Skip to content

Commit

Permalink
Merge pull request #3229 from Kriechi/py37
Browse files Browse the repository at this point in the history
Python 3.7 is here
  • Loading branch information
Kriechi committed Sep 7, 2018
2 parents 6c2e15f + a2e6c47 commit 6c0849a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ environment:
TOXENV: "py36"
PYINSTALLER: "1"
WININSTALLER: "1"
- PYTHON: "C:\\Python37"
TOXENV: "py37"

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ matrix:
- docker
- python: 3.6
env: TOXENV=individual_coverage
- python: "3.7-dev"
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true # required workaround for https://github.com/travis-ci/travis-ci/issues/9815
- language: node_js
node_js: "node"
before_install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Security",
"Topic :: Internet",
Expand Down

0 comments on commit 6c0849a

Please sign in to comment.