We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb50d49 commit e693f8dCopy full SHA for e693f8d
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
9
steps:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-python@v4
0 commit comments