Skip to content

Commit

Permalink
setup.py: Allow Py 3.8 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 2, 2024
1 parent 7eb46ec commit b7dc4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def build_extension(self, ext):
cmdclass=dict(build_ext=CMakeBuild),
# scripts=['openpmd-ls'],
zip_safe=False,
python_requires='>=3.9',
python_requires=">=3.8", # left for CI, truly ">=3.9"
# tests_require=['pytest'],
install_requires=install_requires,
# see: src/bindings/python/cli
Expand Down

0 comments on commit b7dc4e4

Please sign in to comment.