Skip to content

Commit 6d6d83e

Browse files
committed
CI: Python 3.10 -> 3.11
looks like all dependencies have wheels for 3.11 now
1 parent f78c47f commit 6d6d83e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Ž.github/workflows/build.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-python@v4
4747
with:
48-
python-version: '3.10'
48+
python-version: '3.11'
4949
cache: 'pip'
5050
cache-dependency-path: 'requirements.txt'
5151

@@ -123,7 +123,7 @@ jobs:
123123

124124
- uses: actions/setup-python@v4
125125
with:
126-
python-version: '3.10'
126+
python-version: '3.11'
127127
cache: 'pip'
128128
cache-dependency-path: 'requirements.txt'
129129
# Note that ARM64 prior to Win11 requires x86, but this will install x64

β€Ž.github/workflows/maint.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/setup-python@v4
4444
with:
45-
python-version: '3.10'
45+
python-version: '3.11'
4646
cache: 'pip'
4747
cache-dependency-path: 'requirements.txt'
4848

0 commit comments

Comments
Β (0)