Skip to content

Commit 8eb5cd7

Browse files
authored
Update python-package.yml to formally support Python 3.13 (#648)
1 parent 378aede commit 8eb5cd7

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
FORCE_COLOR: '1' # Make tools pretty.
1313
PIP_DISABLE_PIP_VERSION_CHECK: '1'
1414
PIP_NO_PYTHON_VERSION_WARNING: '1'
15-
PYTHON_LATEST: '3.12'
15+
PYTHON_LATEST: '3.13'
1616

1717
# For re-actors/checkout-python-sdist
1818
sdist-artifact: python-package-distributions
@@ -45,22 +45,13 @@ jobs:
4545
# for example if a test fails only when Cython is enabled
4646
fail-fast: false
4747
matrix:
48-
python-version: ['3.8', '3.9', '3.10', '3.11']
48+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
4949
use-cython: ['true', 'false']
5050
experimental: [false]
5151
include:
5252
- python-version: 'pypy3.9'
5353
use-cython: false
5454
experimental: true
55-
- python-version: ~3.13.0-0
56-
experimental: true
57-
use-cython: false
58-
- python-version: 3.12
59-
experimental: true
60-
use-cython: false
61-
- python-version: 3.12
62-
experimental: true
63-
use-cython: true
6455
env:
6556
USE_CYTHON: ${{ matrix.use-cython }}
6657
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)