Skip to content

Commit b7dc4e4

Browse files
committed
setup.py: Allow Py 3.8 for CI
1 parent 7eb46ec commit b7dc4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def build_extension(self, ext):
196196
cmdclass=dict(build_ext=CMakeBuild),
197197
# scripts=['openpmd-ls'],
198198
zip_safe=False,
199-
python_requires='>=3.9',
199+
python_requires=">=3.8", # left for CI, truly ">=3.9"
200200
# tests_require=['pytest'],
201201
install_requires=install_requires,
202202
# see: src/bindings/python/cli

0 commit comments

Comments
 (0)