Skip to content

Commit 326f929

Browse files
committed
Have Tox use any Python 3 version
1 parent 783bfa9 commit 326f929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- name: Set up Python
194194
uses: actions/setup-python@v4
195195
with:
196-
python-version: 3.x
196+
python-version: "3.x"
197197
- name: Install Python dependencies
198198
run: |
199199
python -m pip install --upgrade pip tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
isolated_build = True
33
env_list =
4-
py311
4+
py3
55
minversion = 4.4.11
66

77
[testenv]

0 commit comments

Comments
 (0)