Skip to content

Commit b3f83b5

Browse files
committed
bumping to 0.22 and adding 3.13 back to ci
1 parent 57df1b4 commit b3f83b5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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']
49+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', "3.13"]
5050
exclude: # Python < 3.8 is not supported on Apple Silicon ARM64
5151
- os: macOS-latest
5252
python-version: '3.7'

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ license = "MIT"
99

1010
[dependencies]
1111
downsample_rs = { path = "downsample_rs", features = ["half"]}
12-
pyo3 = { version = "0.21", features = ["extension-module"] }
13-
numpy = { version = "0.21", features = ["half"] }
12+
pyo3 = { version = "0.22", features = ["extension-module"] }
13+
numpy = { version = "0.22", features = ["half"] }
1414
half = { version = "2.3.1", default-features = false }
1515
paste = { version = "1.0.14", default-features = false }
1616

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ 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',
2526
'Operating System :: POSIX',
2627
'Operating System :: MacOS :: MacOS X',
2728
'Operating System :: Microsoft :: Windows'

0 commit comments

Comments
 (0)