소스 검색

fix python version constraint in setup.y (amendment to commit 0d96f563ea07242020e79c50e19b71e7ea051009)

https://github.com/fphammerle/acpi-backlight/commit/0d96f563ea07242020e79c50e19b71e7ea051009
Fabian Peter Hammerle 1 년 전
부모
커밋
2684f37782
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -23,7 +23,7 @@ setuptools.setup(
         "Programming Language :: Python :: 3.10",
         "Topic :: Utilities",
     ],
-    python_requires=">=3.7",  # <3.8 untested
+    python_requires=">=3.8",  # <3.8 untested
     install_requires=[],
     setup_requires=["setuptools_scm"],
     tests_require=["pytest"],