Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit e2a685f

Browse files
authored
python_requires=">=3.8" (#32)
To help us get VIAL working on an M1 Mac (Python 3.9 in Docker has trouble with some of our other dependencies)
1 parent 45b44cc commit e2a685f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ def get_long_description():
3131
install_requires=["pydantic[email]"],
3232
extras_require={"test": ["pytest"], "lint": ["flake8", "black", "mypy", "isort"]},
3333
tests_require=["vaccine-feed-ingest-schema[test]"],
34-
python_requires=">=3.9",
34+
python_requires=">=3.8",
3535
)

0 commit comments

Comments
 (0)