Skip to content

Commit

Permalink
Merge pull request #1366 from Axelrod-Python/python3.8
Browse files Browse the repository at this point in the history
Add python 3.8 to setup.py and github CI config
  • Loading branch information
meatballs authored Aug 12, 2020
2 parents a19dede + 1188387 commit 8b1f665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.6, 3.7]
python-version: [3.6, 3.7, 3.8]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
],
python_requires=">=3.6",
Expand Down

0 comments on commit 8b1f665

Please sign in to comment.