Skip to content

Commit 94c2777

Browse files
committed
Change Python versions in CI to reflect new GH Actions environment
1 parent c5d9393 commit 94c2777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
python: [ 3.8', '3.9', '3.10', '3.11', '3.12' ]
9+
python: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)