Skip to content

Commit ea03f93

Browse files
committed
Remove support/testing for 3.9
The next release will not support 3.9
1 parent d85018c commit ea03f93

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.13', '3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.13', '3.10', '3.11', '3.12']
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ classifiers = [
3434
"Intended Audience :: Science/Research",
3535
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3636
"Programming Language :: Python",
37-
"Programming Language :: Python :: 3.9",
3837
"Programming Language :: Python :: 3.10",
3938
"Programming Language :: Python :: 3.11",
4039
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)