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.
19
19
20
20
## Requirements
21
21
22
- Python 3.7 +
22
+ Python 3.8 +
23
23
24
24
## Projects using ` py-gitguardian `
25
25
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:
21
21
22
22
setup (
23
23
name = "pygitguardian" ,
24
+ python_requires = ">=3.8" ,
24
25
version = get_version (),
25
26
packages = find_packages (exclude = ["tests" ]),
26
27
description = "Python Wrapper for GitGuardian's API -- Scan security "
@@ -48,9 +49,11 @@ def get_version() -> str:
48
49
"License :: OSI Approved :: MIT License" ,
49
50
"Programming Language :: Python" ,
50
51
"Programming Language :: Python :: 3" ,
51
- "Programming Language :: Python :: 3.7" ,
52
52
"Programming Language :: Python :: 3.8" ,
53
53
"Programming Language :: Python :: 3.9" ,
54
+ "Programming Language :: Python :: 3.10" ,
55
+ "Programming Language :: Python :: 3.11" ,
56
+ "Programming Language :: Python :: 3.12" ,
54
57
"Operating System :: OS Independent" ,
55
58
"Topic :: Security" ,
56
59
],
You can’t perform that action at this time.
0 commit comments