Skip to content

Commit 32693cf

Browse files
committed
try tox-gh
1 parent 2fe302c commit 32693cf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cache: pip
4848
- name: Install dependencies
4949
run: |
50-
python3 -m pip install 'tox>=4' 'tox-gh-actions>=3'
50+
python3 -m pip install 'tox' 'tox-gh'
5151
tox --version
5252
- name: Install native deps (Linux)
5353
if: runner.os == 'Linux'

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ skip_missing_interpreters = true
44
requires =
55
tox>=4
66

7+
[gh]
8+
python =
9+
3.14t = 3.14t
10+
3.14 = 3.14
11+
3.13 = 3.13
12+
3.12 = 3.12
13+
3.11 = 3.11
14+
3.10 = 3.10
15+
716
[gh-actions]
817
python =
918
3.10: py310

0 commit comments

Comments
 (0)