We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c7488 commit 67861e7Copy full SHA for 67861e7
.github/workflows/run_tests.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
config:
24
- - {name: 'current', os: ubuntu-latest, python: '3.8' }
+ - {name: 'current', os: ubuntu-latest, python: '3.9' }
25
26
steps:
27
- uses: actions/checkout@v4
@@ -54,6 +54,8 @@ jobs:
54
55
56
57
+ - {name: '3.13', os: ubuntu-latest, python: '3.13' }
58
+ - {name: '3.12', os: ubuntu-latest, python: '3.12' }
59
- {name: '3.11', os: ubuntu-latest, python: '3.11' }
60
- {name: '3.10', os: ubuntu-latest, python: '3.10' }
61
- {name: '3.9', os: ubuntu-latest, python: '3.9' }
0 commit comments