Skip to content

Commit a127f12

Browse files
committed
bump cython dep version to 3.0 release
1 parent 709a7dc commit a127f12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["cython~=3.0.0b1", "setuptools>=65.6.0", "setuptools_scm[toml]>=7", "wheel"]
2+
requires = ["cython~=3.0", "setuptools>=65.6.0", "setuptools_scm[toml]>=7", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ isolated_build = true
44
requires = tox>4
55
deps =
66
setuptools-scm
7-
cython ~= 3.0.0b1
7+
cython ~= 3.0
88
setenv =
99
# forcibly enable pytest colors
1010
PY_COLORS = 1

0 commit comments

Comments
 (0)