Skip to content

Commit 91b3469

Browse files
committed
Drop Python 3.10, tomllib was added to 3.11
1 parent 9f985ab commit 91b3469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.11", "3.12", "3.13"]
1818
os: [ubuntu-latest]
1919

2020
steps:

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires =
33
tox>=4.2
44
env_list =
55
lint
6-
py{313, 312, 311, 310}
6+
py{313, 312, 311}
77

88
[testenv]
99
package = wheel

0 commit comments

Comments
 (0)