Skip to content

Commit 8b1f665

Browse files
authored
Merge pull request #1366 from Axelrod-Python/python3.8
Add python 3.8 to setup.py and github CI config
2 parents a19dede + 1188387 commit 8b1f665

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 4
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
python-version: [3.6, 3.7]
17+
python-version: [3.6, 3.7, 3.8]
1818

1919
steps:
2020
- uses: actions/checkout@v1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
classifiers=[
3232
"Programming Language :: Python :: 3.6",
3333
"Programming Language :: Python :: 3.7",
34+
"Programming Language :: Python :: 3.8",
3435
"Programming Language :: Python :: 3 :: Only",
3536
],
3637
python_requires=">=3.6",

0 commit comments

Comments
 (0)