mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
CI: drop EOL Python 3.8 and use Python 3.13 final
This commit is contained in:
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-22.04, windows-2022, macos-13 ]
|
os: [ ubuntu-22.04, windows-2022, macos-13 ]
|
||||||
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ]
|
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
|
||||||
architecture: [ 'x86', 'x64' ]
|
architecture: [ 'x86', 'x64' ]
|
||||||
# Exclude x86 configs on non-Windows OSs
|
# Exclude x86 configs on non-Windows OSs
|
||||||
exclude:
|
exclude:
|
||||||
|
|||||||
Reference in New Issue
Block a user