Skip to content

Commit 248bf55

Browse files
MAINT: build 3.11 wheels again
I don't think Python 3.11 wheels got dropped on purpose in ac75a1b/airspeed-velocity#1440.
1 parent fc17a34 commit 248bf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- [macos-15-intel, macosx_x86_64]
5656
- [macos-15, macosx_arm64]
5757
- [windows-2022, win_amd64]
58-
python-version: ['3.9', '3.10', '3.12', 'pypy3.10']
58+
python-version: ['3.9', '3.10', '3.11', '3.12', 'pypy3.10']
5959

6060
steps:
6161
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)