From 84db1f22f336b3450b61743e6af3ffb3352fd58c Mon Sep 17 00:00:00 2001 From: Wim De Clercq Date: Mon, 2 Jan 2023 16:08:58 +0100 Subject: [PATCH] Drop python 3.6 and 3.7. Add python 3.9 and 3.10. Issue #86 --- .travis.yml | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a5d829..2999b09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: python sudo: false python: - - "3.6" - - "3.7" - "3.8" + - "3.9" + - "3.10" services: - postgresql env: diff --git a/setup.py b/setup.py index 43970f7..9172796 100755 --- a/setup.py +++ b/setup.py @@ -39,9 +39,9 @@ 'Natural Language :: English', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], test_suite='nose.collector', entry_points="""\