Skip to content

Commit 6930be6

Browse files
enkorepkittenis
andauthored
appveyor: add Python 3.11 (#63)
Co-authored-by: Panos <pkittenis@users.noreply.github.com>
1 parent 97cfd5c commit 6930be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ environment:
3232
PYTHON_DEF: "C:\\Python38-x64"
3333
PYTHON_VERSION: "3.8"
3434
# Python versions to build wheels for
35-
PYTHONVERS: C:\Python36-x64 C:\Python37-x64 C:\Python38-x64 C:\Python39-x64 C:\Python310-x64
35+
PYTHONVERS: C:\Python36-x64 C:\Python37-x64 C:\Python38-x64 C:\Python39-x64 C:\Python310-x64 C:\Python311-x64
3636
PYTHON_ARCH: "64"
3737

3838
install:

0 commit comments

Comments
 (0)