We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacf22e commit 83ec6adCopy full SHA for 83ec6ad
.github/workflows/python.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- python: ['3.11', '3.13', '3.14-dev']
+ python: ['3.12', '3.13', '3.14'] # 3.12 can go when ubuntu-latest base updates
10
env:
11
DEBUG_ACCESS_KEY: ${{ secrets.DEBUG_ACCESS_KEY }}
12
steps:
0 commit comments