Skip to content

Commit

Permalink
Dropped Python 3.9 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Jan 7, 2025
1 parent 2246ade commit 01dd179
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9.x", "3.10.x", "3.11.x", "3.12.x", "3.13.x"]
python-version: ["3.10.x", "3.11.x", "3.12.x", "3.13.x"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Check out Repository
uses: actions/checkout@v4

# These tests run on Python 3.10
# These tests run on Python 3.12
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10.9'
python-version: '3.12.8'

# Runs a set of commands using the runners shell
- name: Set up Path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Check out Repository
uses: actions/checkout@v4

# These tests run on Python 3.10
# These tests run on Python 3.12
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10.9'
python-version: '3.12.8'

# Runs a set of commands using the runners shell
- name: Set up Path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Check out Repository
uses: actions/checkout@v4

# These tests run on Python 3.10
# These tests run on Python 3.12
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10.9'
python-version: '3.12.8'

# Runs a set of commands using the runners shell
- name: Set up Path
Expand Down

0 comments on commit 01dd179

Please sign in to comment.