We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3184079 commit bef36f5Copy full SHA for bef36f5
.github/workflows/python-package.yml
@@ -69,7 +69,7 @@ jobs:
69
strategy:
70
fail-fast: false
71
matrix:
72
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.1", pypy-2.7, pypy-3.10]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", pypy-2.7, pypy-3.10]
73
74
steps:
75
- name: Check out project
0 commit comments