Skip to content

Commit 3c94a9a

Browse files
committed
Test Python 3.11
1 parent 4d0bb9b commit 3c94a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
python-version: ['3.7', '3.8', '3.9', '3.11', pypy-3.7, pypy-3.8]
37+
python-version: ['3.7', '3.8', '3.9', 3.11.0-rc.1, pypy-3.7, pypy-3.8]
3838
os: [ubuntu-latest]
3939
# run only limited set of tests because it takes too long
4040
mark: [important]

0 commit comments

Comments
 (0)