Skip to content

Commit

Permalink
Merge pull request #171 from jaimcamp/add-python-39
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 19, 2020
2 parents 518bae3 + b0fe8eb commit c3152b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3", "3.6", "3.7", "3.8"]
python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9"]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
# Include new variables for Codecov
- { codecov-flag: GHA_Ubuntu, os: ubuntu-latest }
- { codecov-flag: GHA_macOS, os: macos-latest }
- { codecov-flag: GHA_Windows, os: windows-latest }
# Dev versions
- { python-version: 3.9-dev, os: ubuntu-18.04 }
- { python-version: 3.10-dev, os: ubuntu-18.04 }

steps:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def local_scheme(version):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36, 37, 38, py3}
py{36, 37, 38, 39, py3}

[testenv]
extras =
Expand Down

0 comments on commit c3152b6

Please sign in to comment.