We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c830e commit b410401Copy full SHA for b410401
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: ppizarror/workflow-actions/.github/workflows/test_python.yml@master
18
strategy:
19
matrix:
20
- python: [ 3.6, 3.7, 3.8, 3.9, '3.10', '3.11', '3.12' ]
+ python: [ 3.8, 3.9, '3.10', '3.11', '3.12', '3.13' ]
21
with:
22
env-vars: |
23
SDL_AUDIODRIVER=disk
0 commit comments