Skip to content

Commit 717c7e6

Browse files
committed
fixed tox config
1 parent 7c70d36 commit 717c7e6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
python-version: "3.10"
3838
- tox-env: py311-extra
3939
python-version: "3.11"
40-
- tox-env: py311-extra
40+
- tox-env: py312-extra
4141
python-version: "3.12"
42+
- tox-env: py313-extra
43+
python-version: "3.13"
4244
steps:
4345
- uses: actions/checkout@v4
4446
- name: Install packages 📦

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
min_version = 4.0
33
envlist =
4-
py{39,310,311}{-extra,},
4+
py{310,311,312,313}{-extra,},
55
lint
6-
requires = pip >= 20.0
6+
requires = pip >=25.2
77
opts = --verbose
88

99
[testenv:lint]

0 commit comments

Comments
 (0)