Skip to content

Commit c9f7a82

Browse files
authored
Merge pull request #7508 from radarhere/appveyor
Updated AppVeyor to Python 3.12
2 parents 9d61896 + 8cd01ca commit c9f7a82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
TEST_OPTIONS:
1111
DEPLOY: YES
1212
matrix:
13-
- PYTHON: C:/Python311
13+
- PYTHON: C:/Python312
1414
ARCHITECTURE: x86
1515
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
1616
- PYTHON: C:/Python38-x64

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ These platforms are built and tested for every change.
478478
| Windows Server 2022 | 3.8, 3.9, 3.10, 3.11, | x86-64 |
479479
| | 3.12, PyPy3 | |
480480
| +----------------------------+---------------------+
481-
| | 3.11 | x86 |
481+
| | 3.12 | x86 |
482482
| +----------------------------+---------------------+
483483
| | 3.9 (MinGW) | x86-64 |
484484
| +----------------------------+---------------------+

0 commit comments

Comments
 (0)