Skip to content

Commit 9fb6aa0

Browse files
author
carpenti
committed
tweak tested versions
1 parent fa9f896 commit 9fb6aa0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
16-
# Note: Python 3.3 and 3.4 are EOL and not available in GitHub Actions
17-
# Added newer Python versions (3.7-3.10) as replacements
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1816

1917
steps:
2018
- uses: actions/checkout@v3
@@ -48,4 +46,4 @@ jobs:
4846
- name: Coveralls Finished
4947
uses: coverallsapp/github-action@v2
5048
with:
51-
parallel-finished: true
49+
parallel-finished: true

0 commit comments

Comments
 (0)