summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:35:01 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:37:47 +0100
commitce5b49fe642a07ff51a41952e62f8cfdaa892bbd (patch)
tree221ef292c799f31759f4044895ac2e3900b2d0df
parent505f9d96beb118bc14f768e76932a281fdb18541 (diff)
downloadsemantic-version-ce5b49fe642a07ff51a41952e62f8cfdaa892bbd.tar.gz
Add support for Python 3.7 / 3.8
-rw-r--r--.github/workflows/test.yml5
-rw-r--r--ChangeLog4
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
4 files changed, 10 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5c82537..473ce6d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -19,6 +19,11 @@ jobs:
django-family:
- 111
- 22
+ include:
+ - python-version: 3.7
+ django-family: 22
+ - python-version: 3.8
+ django-family: 22
exclude:
- python-version: pypy3
django-family: 111
diff --git a/ChangeLog b/ChangeLog
index ea12236..80fa0fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,9 @@ ChangeLog
2.8.6 (unreleased)
------------------
-- Nothing changed yet.
+*New:*
+
+ * Add support for Python 3.7 / Python 3.8
2.8.5 (2020-04-29)
diff --git a/setup.cfg b/setup.cfg
index eb2e497..6973ec1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules
[options]
diff --git a/tox.ini b/tox.ini
index d5cab59..ef6d7b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
envlist =
py{27,34,35,36,37}-django111
- py{35,36,37}-django22
+ py{35,36,37,38}-django22
pypy3-django{111,22}
lint