Skip to content

Commit 005a7ae

Browse files
authored
chore: drop python 3.9 support (#629)
* drop python 3.9 support * update lock file
1 parent ffce553 commit 005a7ae

File tree

4 files changed

+572
-474
lines changed

4 files changed

+572
-474
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python: ["3.9", "3.10", "3.11", "3.12"]
21+
python: ["3.10", "3.11", "3.12"]
2222
steps:
2323
- name: ⤵️ Check out code from GitHub
2424
uses: actions/checkout@v5.0.0

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.9
2+
python_version = 3.10
33
warn_return_any = True
44
warn_unused_configs = True
55
exclude = setup\.py$|build/

0 commit comments

Comments
 (0)