Skip to content

Commit 7dd9b46

Browse files
committed
Add Python 3.11 to CI
1 parent 79d6c67 commit 7dd9b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, windows-latest, macos-latest]
36-
python: ['3.10', '3.9', '3.8', '3.7'] # pypy3
36+
python: ['3.11', '3.10', '3.9', '3.8', '3.7'] # pypy3
3737

3838
steps:
3939
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)