Skip to content

Commit 83ec6ad

Browse files
authored
Update Python versions in GitHub Actions workflow
Updated Python versions in CI workflow to remove 3.11 and include 3.12.
1 parent bacf22e commit 83ec6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python: ['3.11', '3.13', '3.14-dev']
9+
python: ['3.12', '3.13', '3.14'] # 3.12 can go when ubuntu-latest base updates
1010
env:
1111
DEBUG_ACCESS_KEY: ${{ secrets.DEBUG_ACCESS_KEY }}
1212
steps:

0 commit comments

Comments
 (0)