Skip to content

Commit 8870833

Browse files
committed
Bump Python version to 3.11
wxPython finally has a Python 3.11 wheel so we can bump the version. Hopefully 3.12 won't take as long
1 parent 2e90451 commit 8870833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: ${{ inputs.gitRef }}
4747
- uses: actions/setup-python@v4
4848
with:
49-
python-version: "3.10"
49+
python-version: "3.11"
5050
- name: Install Python dependencies
5151
run: |
5252
python -m pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)