Skip to content

Commit

Permalink
Python 3.8 is not tentative
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Oct 25, 2019
1 parent 01afee7 commit e9b7c88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ matrix:
language: generic
env: TRAVIS_PYTHON_VERSION="3.9-dev"
allow_failures:
- python: "3.8"
- python: "3.9-dev"
- env: TRAVIS_PYTHON_VERSION="3.8"
- env: TRAVIS_PYTHON_VERSION="3.9-dev"

before_install:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Package(setup_boilerplate.Package):

"""Package metadata."""

name = 'version-query'
Expand All @@ -22,6 +21,7 @@ class Package(setup_boilerplate.Package):
'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',
'Topic :: Utilities']
keywords = [
Expand Down

0 comments on commit e9b7c88

Please sign in to comment.