File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 37
37
fail-fast : false
38
38
matrix :
39
39
tf_version_id : ['tf', 'notf']
40
- python_version : ['3.8 ']
40
+ python_version : ['3.9 ']
41
41
steps :
42
42
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
43
43
- uses : actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
@@ -149,7 +149,7 @@ jobs:
149
149
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
150
150
- uses : actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
151
151
with :
152
- python-version : ' 3.8 '
152
+ python-version : ' 3.9 '
153
153
architecture : ' x64'
154
154
- name : ' Cache Cargo artifacts'
155
155
if : matrix.mode == 'native'
@@ -217,7 +217,7 @@ jobs:
217
217
# flake8 should run on each Python version that we target,
218
218
# because the errors and warnings can differ due to language
219
219
# changes, and we want to catch them all.
220
- python_version : ['3.8', '3. 9', '3.10', '3.11']
220
+ python_version : ['3.9', '3.10', '3.11']
221
221
steps :
222
222
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
223
223
- uses : actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def get_readme():
64
64
},
65
65
install_requires = REQUIRED_PACKAGES ,
66
66
tests_require = REQUIRED_PACKAGES ,
67
- python_requires = ">=3.8 " ,
67
+ python_requires = ">=3.9 " ,
68
68
# PyPI package information.
69
69
classifiers = [
70
70
"Development Status :: 4 - Beta" ,
@@ -73,7 +73,6 @@ def get_readme():
73
73
"Intended Audience :: Science/Research" ,
74
74
"License :: OSI Approved :: Apache Software License" ,
75
75
"Programming Language :: Python :: 3" ,
76
- "Programming Language :: Python :: 3.8" ,
77
76
"Programming Language :: Python :: 3.9" ,
78
77
"Programming Language :: Python :: 3.10" ,
79
78
"Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments