Skip to content

Commit cca49a4

Browse files
committed
Prefer 3.x for Python version (latest stable).
1 parent 74ba8ac commit cca49a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup Python
114114
uses: actions/setup-python@v4
115115
with:
116-
python-version: 3.11-dev
116+
python-version: 3.x
117117
- name: Install tox
118118
run: |
119119
python -m pip install tox

0 commit comments

Comments
 (0)