We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe302c commit 32693cfCopy full SHA for 32693cf
.github/workflows/package.yml
@@ -47,7 +47,7 @@ jobs:
47
cache: pip
48
- name: Install dependencies
49
run: |
50
- python3 -m pip install 'tox>=4' 'tox-gh-actions>=3'
+ python3 -m pip install 'tox' 'tox-gh'
51
tox --version
52
- name: Install native deps (Linux)
53
if: runner.os == 'Linux'
tox.ini
@@ -4,6 +4,15 @@ skip_missing_interpreters = true
4
requires =
5
tox>=4
6
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
+
16
[gh-actions]
17
python =
18
3.10: py310
0 commit comments