Skip to content

Commit 5e75554

Browse files
committed
fix add tomli and exceptiongroup module for python 3.10
1 parent 9569aa9 commit 5e75554

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.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.10", "3.11", "3.12"]
1919
fail-fast: false
2020

2121
steps:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ dev-dependencies = [
5454
"tox>=4.12.1",
5555
"ruff>=0.3.4",
5656
"tox-gh-actions>=3.2.0",
57+
"tomli>=2.2.1",
58+
"exceptiongroup>=1.2.2",
5759
]
5860

5961
[tool.hatch.metadata]

requirements-dev.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ coverage==7.6.10
2727
# via pytest-cov
2828
distlib==0.3.9
2929
# via virtualenv
30+
exceptiongroup==1.2.2
3031
faker==33.1.0
3132
filelock==3.16.1
3233
# via tox
@@ -79,6 +80,7 @@ six==1.17.0
7980
# via python-dateutil
8081
sniffio==1.3.1
8182
# via anyio
83+
tomli==2.2.1
8284
tox==4.23.2
8385
# via tox-gh-actions
8486
tox-gh-actions==3.2.0

0 commit comments

Comments
 (0)