Skip to content

Commit 424717b

Browse files
committed
Use Python 3.11 for cutting releases.
1 parent 325916c commit 424717b

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
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Python
5353
uses: actions/setup-python@v3
5454
with:
55-
python-version: "3.10"
55+
python-version: "3.11-dev"
5656
- name: Install tox
5757
run: |
5858
python -m pip install tox

0 commit comments

Comments
 (0)