We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9470db7 commit 990f28fCopy full SHA for 990f28f
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- python-version: ['3.9', 'pypy3.10']
+ python-version: ['3.9', 'pypy3.10', '3.11']
9
fail-fast: false
10
11
steps:
0 commit comments