Skip to content

Commit 61f835f

Browse files
committed
Support Python 3.8/3.9 for semver2
1 parent 0631368 commit 61f835f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,13 @@ matrix:
3232
dist: xenial
3333
env: TOXENV=py37
3434

35+
- python: "3.8"
36+
dist: xenial
37+
env: TOXENV=py38
38+
39+
- python: "3.9-dev"
40+
dist: bionic
41+
env: TOXENV=py39
42+
3543
- python: "pypy"
3644
env: TOXENV=pypy

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ def read_file(filename):
9999
"Programming Language :: Python :: 3.5",
100100
"Programming Language :: Python :: 3.6",
101101
"Programming Language :: Python :: 3.7",
102+
"Programming Language :: Python :: 3.8",
103+
"Programming Language :: Python :: 3.9",
102104
"Topic :: Software Development :: Libraries :: Python Modules",
103105
],
104106
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tox]
22
envlist =
33
flake8
4-
py{27,34,35,36,37}
4+
py{27,34,35,36,37,38,39}
55
pypy
66

77
[testenv]
8-
description = Run test suite
8+
description = Run test suite for {basepython}
99
whitelist_externals = make
1010
commands = pytest {posargs:}
1111
deps =

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy