Skip to content

Commit 454553e

Browse files
committed
Bumping github actions python version to 3.8.
Advertise support for 3.8 in setup.py
1 parent 8520a70 commit 454553e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v1
1818
- uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.7
20+
python-version: 3.8
2121
- name: Cache pip test requirements
2222
uses: actions/cache@v1
2323
with:
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v1
4646
- uses: actions/setup-python@v1
4747
with:
48-
python-version: 3.7
48+
python-version: 3.8
4949
- name: Cache pip test requirements
5050
uses: actions/cache@v1
5151
with:
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v1
7676
- uses: actions/setup-python@v1
7777
with:
78-
python-version: 3.7
78+
python-version: 3.8
7979
- name: Cache pip build requirements
8080
uses: actions/cache@v1
8181
with:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def package_vars(version_file):
6161
"Programming Language :: Python :: 3",
6262
"Programming Language :: Python :: 3.6",
6363
"Programming Language :: Python :: 3.7",
64+
"Programming Language :: Python :: 3.8",
6465
],
6566
python_requires=">=3.6",
6667
# What does your project relate to?

0 commit comments

Comments
 (0)