File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ with all the response codes and expected structures on each method.
1919
2020## Requirements
2121
22- Python 3.7 +
22+ Python 3.8 +
2323
2424## Projects using ` py-gitguardian `
2525
Original file line number Diff line number Diff line change 1+ ### Changed
2+
3+ - Set minimum Python version to >=3.8
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ def get_version() -> str:
2121
2222setup (
2323 name = "pygitguardian" ,
24+ python_requires = ">=3.8" ,
2425 version = get_version (),
2526 packages = find_packages (exclude = ["tests" ]),
2627 description = "Python Wrapper for GitGuardian's API -- Scan security "
@@ -48,9 +49,11 @@ def get_version() -> str:
4849 "License :: OSI Approved :: MIT License" ,
4950 "Programming Language :: Python" ,
5051 "Programming Language :: Python :: 3" ,
51- "Programming Language :: Python :: 3.7" ,
5252 "Programming Language :: Python :: 3.8" ,
5353 "Programming Language :: Python :: 3.9" ,
54+ "Programming Language :: Python :: 3.10" ,
55+ "Programming Language :: Python :: 3.11" ,
56+ "Programming Language :: Python :: 3.12" ,
5457 "Operating System :: OS Independent" ,
5558 "Topic :: Security" ,
5659 ],
You can’t perform that action at this time.
0 commit comments