Skip to content

Commit f3deba0

Browse files
authored
Merge pull request #8442 from hugovk/appveyor-3.13
Test Python 3.13 on AppVeyor
2 parents 51c577d + d2dfd12 commit f3deba0

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
@@ -18,7 +18,7 @@ environment:
1818
TEST_OPTIONS:
1919
DEPLOY: YES
2020
matrix:
21-
- PYTHON: C:/Python312
21+
- PYTHON: C:/Python313
2222
ARCHITECTURE: x86
2323
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
2424
- PYTHON: C:/Python39-x64

docs/installation/platform-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ These platforms are built and tested for every change.
5353
| Windows Server 2022 | 3.9, 3.10, 3.11, | x86-64 |
5454
| | 3.12, 3.13, PyPy3 | |
5555
| +----------------------------+---------------------+
56-
| | 3.12 | x86 |
56+
| | 3.13 | x86 |
5757
| +----------------------------+---------------------+
5858
| | 3.9 (MinGW) | x86-64 |
5959
| +----------------------------+---------------------+

0 commit comments

Comments
 (0)