Skip to content

Commit 2b73f74

Browse files
Declare compatible with Python 3.8
1 parent c449954 commit 2b73f74

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
@@ -20,7 +20,7 @@ classifiers = [
2020
"License :: OSI Approved :: BSD License",
2121
"Programming Language :: Python :: 3 :: Only",
2222
]
23-
requires-python = ">=3.9"
23+
requires-python = ">=3.8"
2424
dependencies = [
2525
"setuptools_scm",
2626
"pyzmq",

0 commit comments

Comments
 (0)