Skip to content

Commit

Permalink
Merge pull request #1040 from hugovk/add-3.8
Browse files Browse the repository at this point in the history
Declare support for Python 3.8
  • Loading branch information
timothycrosley authored Oct 17, 2019
2 parents 1987c1d + abfe371 commit 5a1cbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
python: 3.7
env: DEPLOY=yes
- os: linux
python: 3.8-dev
python: 3.8
- os: osx
language: generic
script:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down

0 comments on commit 5a1cbfb

Please sign in to comment.