Skip to content

Commit c6104cc

Browse files
authored
Prohibit Python 3.9.0, 3.9.1 -- they have a bug that causes errors (#12045)
1 parent d6cac75 commit c6104cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ classifiers = [
4646
"Programming Language :: Python :: Implementation :: PyPy",
4747
"Topic :: Security :: Cryptography",
4848
]
49-
requires-python = ">=3.7"
49+
requires-python = ">=3.7,!=3.9.0,!=3.9.1"
5050
dependencies = [
5151
# Must be kept in sync with `build-system.requires`
5252
"cffi>=1.12; platform_python_implementation != 'PyPy'",

0 commit comments

Comments
 (0)