From 94f1d51ea912ca8c5a950ef47f2a4258730490e8 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 | 7 ++++--- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a5d829..0ab1888 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: python -sudo: false +os: linux +dist: bionic 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="""\