1
0
Fork 0
mirror of synced 2024-06-27 02:20:36 +12:00

Bump required Python version to 3.9

This commit is contained in:
Nick Sweeting 2023-10-19 16:21:32 -07:00 committed by GitHub
parent 6619e8005e
commit 748363e685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ PACKAGE_DIR = ROOT_DIR / PKG_NAME
README = (PACKAGE_DIR / "README.md").read_text(encoding='utf-8', errors='ignore')
VERSION = json.loads((PACKAGE_DIR / "package.json").read_text().strip())['version']
PYTHON_REQUIRES = ">=3.7"
PYTHON_REQUIRES = ">=3.9"
SETUP_REQUIRES = ["wheel"]
INSTALL_REQUIRES = [
# only add things here that have corresponding apt python3-packages available