We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f494746 commit 7f40ea1Copy full SHA for 7f40ea1
1 file changed
.github/workflows/unit_tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python: ["3.7", "3.8", "3.9", "3.10", "3.11", 'pypy-2.7', 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
+ python: ["3.8", "3.9", "3.10", "3.11", "3.12", 'pypy-2.7', 'pypy-3.7', 'pypy-3.9', 'pypy-3.10']
15
fail-fast: false
16
17
steps:
0 commit comments