File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,6 @@ jobs:
180
180
fail-fast : false
181
181
matrix :
182
182
python-version :
183
- - " 3.7"
184
- - " 3.8"
185
183
- " 3.9"
186
184
- " 3.10"
187
185
- " 3.11"
@@ -286,8 +284,6 @@ jobs:
286
284
fail-fast : false
287
285
matrix :
288
286
python-version :
289
- - " 3.7"
290
- - " 3.8"
291
287
- " 3.9"
292
288
- " 3.10"
293
289
- " 3.11"
@@ -341,8 +337,6 @@ jobs:
341
337
fail-fast : false
342
338
matrix :
343
339
python-version :
344
- - " 3.7"
345
- - " 3.8"
346
340
- " 3.9"
347
341
- " 3.10"
348
342
- " 3.11"
Original file line number Diff line number Diff line change @@ -75,15 +75,13 @@ def get_version(version_file):
75
75
# that you indicate whether you support Python 2, Python 3 or both.
76
76
"Programming Language :: Python :: 3" ,
77
77
"Programming Language :: Python :: 3 :: Only" ,
78
- "Programming Language :: Python :: 3.7" ,
79
- "Programming Language :: Python :: 3.8" ,
80
78
"Programming Language :: Python :: 3.9" ,
81
79
"Programming Language :: Python :: 3.10" ,
82
80
"Programming Language :: Python :: 3.11" ,
83
81
"Programming Language :: Python :: 3.12" ,
84
82
"Programming Language :: Python :: Implementation :: CPython" ,
85
83
],
86
- python_requires = ">=3.7 " ,
84
+ python_requires = ">=3.9 " ,
87
85
# What does your project relate to?
88
86
keywords = "skeleton" ,
89
87
packages = find_packages (where = "src" ),
You can’t perform that action at this time.
0 commit comments