File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : false
11
11
matrix :
12
12
os : [ubuntu-latest]
13
- python_version : ['3.8', '3. 9', '3.10', '3.11']
13
+ python_version : ['3.9', '3.10', '3.11']
14
14
steps :
15
15
- name : Checkout source repository for Python ${{ matrix.python_version }}
16
16
uses : actions/checkout@v2
30
30
fail-fast : false
31
31
matrix :
32
32
os : [ubuntu-latest]
33
- python_version : ['3.8', '3. 9', '3.10', '3.11']
33
+ python_version : ['3.9', '3.10', '3.11']
34
34
steps :
35
35
- name : Checkout source repository for Python ${{ matrix.python_version }}
36
36
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ def _get_long_description():
21
21
'Intended Audience :: Developers' ,
22
22
'License :: OSI Approved :: MIT License' ,
23
23
'Programming Language :: Python :: 3' ,
24
- 'Programming Language :: Python :: 3.8' ,
25
24
'Programming Language :: Python :: 3.9' ,
26
25
'Programming Language :: Python :: 3.10' ,
27
26
'Programming Language :: Python :: 3.11' ,
@@ -45,7 +44,7 @@ def _get_long_description():
45
44
'**/*' ,
46
45
],
47
46
},
48
- python_requires = '>=3.8 .1,<4' ,
47
+ python_requires = '>=3.9 .1,<4' ,
49
48
setup_requires = [
50
49
'setuptools_scm==6.3.2' ,
51
50
],
You can’t perform that action at this time.
0 commit comments