Skip to content

Commit

Permalink
Add python version 3.11, 3.12, remove 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardman committed Feb 14, 2025
1 parent 36673ff commit 422054a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: always()
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.13']
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
fail-fast: false

steps:
Expand All @@ -44,7 +44,7 @@ jobs:
if: always()
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.13']
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.13']
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 422054a

Please sign in to comment.