We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5947079 commit fe171cfCopy full SHA for fe171cf
1 file changed
.github/workflows/pythonapp.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
+ python-version: [3.8, 3.12]
18
steps:
19
- uses: actions/checkout@v2
20
- name: Set up Python ${{ matrix.python-version }}
0 commit comments