Skip to content

Commit d6ad41a

Browse files
committed
Drop Python 3.9 support
I'm removing Python 3.9 from the tests as it's now really quite old.
1 parent 1317dcc commit d6ad41a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python: ["3.9", "3.10", "3.11", "3.12"]
37+
python: ["3.10", "3.11", "3.12", "3.13"]
3838

3939
steps:
4040
- uses: actions/checkout@v3
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
strategy:
7171
matrix:
72-
python: ["3.9", "3.10", "3.11", "3.12"]
72+
python: ["3.10", "3.11", "3.12", "3.13"]
7373

7474
steps:
7575
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
description = "A test implementation of LabThings using FastAPI"
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
1212
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)