Added Python 3.9

This commit is contained in:
Andrew Murray 2022-04-16 15:42:09 +10:00
parent 1d1c22e1d4
commit 635f8cf327
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-minor-version: [7, 8]
python-minor-version: [7, 8, 9]
architecture: ["x86", "x86_64"]
timeout-minutes: 40

View File

@ -478,9 +478,9 @@ These platforms are built and tested for every change.
+----------------------------------+----------------------------+---------------------+
| Windows Server 2019 | 3.7, 3.8, 3.9, 3.10, PyPy3 | x86, x86-64 |
| +----------------------------+---------------------+
| | 3.9/MinGW | x86, x86-64 |
| | 3.9 (MinGW) | x86, x86-64 |
| +----------------------------+---------------------+
| | 3.8/Cygwin | x86-64 |
| | 3.7, 3.8, 3.9 (Cygwin) | x86, x86-64 |
+----------------------------------+----------------------------+---------------------+