Skip to content

Commit f442132

Browse files
committed
fix add tomli module for python 3.10
1 parent 9569aa9 commit f442132

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.10.9", "3.11", "3.12"]
18+
python-version: ["3.11", "3.12"]
1919
fail-fast: false
2020

2121
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ dev-dependencies = [
5454
"tox>=4.12.1",
5555
"ruff>=0.3.4",
5656
"tox-gh-actions>=3.2.0",
57+
"tomli>=2.2.1",
5758
]
5859

5960
[tool.hatch.metadata]

requirements-dev.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ six==1.17.0
7979
# via python-dateutil
8080
sniffio==1.3.1
8181
# via anyio
82+
tomli==2.2.1
8283
tox==4.23.2
8384
# via tox-gh-actions
8485
tox-gh-actions==3.2.0

0 commit comments

Comments
 (0)