Skip to content

Commit

Permalink
Prohibit Python 3.9.0, 3.9.1 -- they have a bug that causes errors (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Nov 26, 2024
1 parent d6cac75 commit c6104cc
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 @@ -46,7 +46,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security :: Cryptography",
]
requires-python = ">=3.7"
requires-python = ">=3.7,!=3.9.0,!=3.9.1"
dependencies = [
# Must be kept in sync with `build-system.requires`
"cffi>=1.12; platform_python_implementation != 'PyPy'",
Expand Down

0 comments on commit c6104cc

Please sign in to comment.