Skip to content

Commit

Permalink
Minimum Python version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyHow authored Aug 21, 2024
1 parent 3813c77 commit e6699e4
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 @@ -29,7 +29,7 @@
package_dir={"": "src"},
include_package_data = True,
packages=setuptools.find_packages(where="src"),
python_requires=">=3.8",
python_requires=">=3.10",
package_data={
"pypromice.tx": ["payload_formats.csv", "payload_types.csv"],
"pypromice.qc.percentiles": ["thresholds.csv"],
Expand Down

0 comments on commit e6699e4

Please sign in to comment.