Skip to content

Commit b8642d8

Browse files
authored
Merge pull request #504 from bashtage/rls-4.28
VER: Small version bumbs
2 parents 00bfdf0 + 95ca58c commit b8642d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ requires = [
44
"wheel",
55
"setuptools_scm[toml]>=7",
66
"oldest-supported-numpy",
7-
"numpy; python_version>='3.11'",
8-
"Cython~=0.29.28"
7+
"numpy; python_version>='3.12'",
8+
"Cython~=0.29.34"
99
]
1010
build-backend = "setuptools.build_meta"
1111

1212
[tool.black]
13-
target-version = ['py38', 'py39', 'py310']
13+
target-version = ['py38', 'py39', 'py310', 'py311']
1414
exclude = '''
1515
(
1616
\.egg

0 commit comments

Comments
 (0)