Skip to content

Commit 57df1b4

Browse files
committed
temporarily remove 3.13 from ci to test that migration of pyo3 and rust-numpy is working.
1 parent 2bc4b3c commit 57df1b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-tsdownsample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
4848
rust: ['nightly'] # ['stable', 'beta']
49-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
49+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
5050
exclude: # Python < 3.8 is not supported on Apple Silicon ARM64
5151
- os: macOS-latest
5252
python-version: '3.7'

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers = [
2222
'Programming Language :: Python :: 3.10',
2323
'Programming Language :: Python :: 3.11',
2424
'Programming Language :: Python :: 3.12',
25-
'Programming Language :: Python :: 3.13',
2625
'Operating System :: POSIX',
2726
'Operating System :: MacOS :: MacOS X',
2827
'Operating System :: Microsoft :: Windows'

0 commit comments

Comments
 (0)