mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Added Python 3.9
This commit is contained in:
parent
1d1c22e1d4
commit
635f8cf327
2
.github/workflows/test-cygwin.yml
vendored
2
.github/workflows/test-cygwin.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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 |
|
||||
+----------------------------------+----------------------------+---------------------+
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user