Skip to content

Commit

Permalink
test wheel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niemilau committed Oct 24, 2024
1 parent 8244641 commit 6e4bcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = {text = "BSD 3.0"}
# get version from Github using setuptools_scm
dynamic = ["version"]
# TEMP: require exactly python 3.11 to make cibuildwheel run faster. Change to >=3.10 for release
requires-python = "==3.11"
requires-python = ">=3.11,<3.12"

[project.optional-dependencies]
tests = [
Expand Down

0 comments on commit 6e4bcc4

Please sign in to comment.