Skip to content

Commit

Permalink
revert(build): set python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rohaquinlop committed Feb 10, 2024
1 parent bdb19c5 commit 3835377
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 @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "complexipy"
requires-python = ">=3.11"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 3835377

Please sign in to comment.