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 8f28b39 commit 30f6727
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 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

# We now test with Python 3.10
# We test with 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

# We now test with Python 3.10
# We now test with 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

# We now test with Python 3.10
# We now test with 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
6 changes: 5 additions & 1 deletion notebooks/ReleaseNotes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
"## Current Version (in progress)\n",
"\n",
"This is the version we are preparing for the next release (e.g. what you get when you check out the latest version from [the GitHub repo](__GITHUB_HTML__)).\n",
"Major changes will show up here as we make them."
"Major changes will show up here as we make them.\n",
"\n",
"* New chapter on [Learning from Failures](Alhazen.ipynb), joining machine learning and debugging\n",
"* Updates to `requirements.txt`, using the latest and greatest third-party modules\n",
"* Python 3.9 is no longer supported."
]
},
{
Expand Down

0 comments on commit 30f6727

Please sign in to comment.