Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 427736b

Browse filesBrowse files
authored
try Cython 3.0 (#548)
1 parent e5249f8 commit 427736b
Copy full SHA for 427736b

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
# Also declared in requirements.txt, if updating here please also update
44
# there
5-
"Cython~=0.29.30",
5+
"Cython~=3.0.0",
66
"setuptools >= 35.0.2",
77
]
88
build-backend = "setuptools.build_meta"

‎requirements.txt

Copy file name to clipboardExpand all lines: requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Also declared in pyproject.toml, if updating here please also update there.
2-
Cython~=0.29.30
2+
Cython~=3.0.0
33

44
# Tools required only for development. No need to add it to pyproject.toml file.
55
black==23.3.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.