Skip to content

Commit e55c9cb

Browse files
authored
Drop Python 3.9 support (#677)
1 parent d062006 commit e55c9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
18+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- uses: actions/checkout@v6

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{314, 313, 312, 311, 310, 39}
2+
envlist = py{314, 313, 312, 311, 310}
33
toxworkdir={env:TOX_WORK_DIR:.tox}
44

55
[testenv]

0 commit comments

Comments
 (0)