Skip to content

Commit

Permalink
Remove support for python 3.10 and 3.11, test on/with 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DCSBL committed Nov 17, 2024
1 parent a865334 commit e593e0e
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 101 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
- name: Check out code from GitHub
uses: actions/checkout@v4

- name: Set up Python 3.9
- name: Set up Python 3.13
id: python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.13

- name: Get pip cache dir
id: pip-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Check out code from GitHub
uses: actions/checkout@v4

- name: Set up Python 3.9
- name: Set up Python 3.13
id: python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.13

- name: Get pip cache dir
id: pip-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu]
python: ['3.10', '3.11', '3.12']
python: ['3.12', '3.13']

steps:
- name: Check out code from GitHub
Expand Down
Loading

0 comments on commit e593e0e

Please sign in to comment.