File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v1
18
18
- uses : actions/setup-python@v1
19
19
with :
20
- python-version : 3.7
20
+ python-version : 3.8
21
21
- name : Cache pip test requirements
22
22
uses : actions/cache@v1
23
23
with :
45
45
- uses : actions/checkout@v1
46
46
- uses : actions/setup-python@v1
47
47
with :
48
- python-version : 3.7
48
+ python-version : 3.8
49
49
- name : Cache pip test requirements
50
50
uses : actions/cache@v1
51
51
with :
75
75
- uses : actions/checkout@v1
76
76
- uses : actions/setup-python@v1
77
77
with :
78
- python-version : 3.7
78
+ python-version : 3.8
79
79
- name : Cache pip build requirements
80
80
uses : actions/cache@v1
81
81
with :
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ def package_vars(version_file):
61
61
"Programming Language :: Python :: 3" ,
62
62
"Programming Language :: Python :: 3.6" ,
63
63
"Programming Language :: Python :: 3.7" ,
64
+ "Programming Language :: Python :: 3.8" ,
64
65
],
65
66
python_requires = ">=3.6" ,
66
67
# What does your project relate to?
You can’t perform that action at this time.
0 commit comments