From 372fb697c8f5977952a799e8937bec8341294603 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 17 May 2021 11:49:21 +0300 Subject: [PATCH] Switch testing to Python 3.8 --- .github/workflows/testing.yml | 2 +- .travis.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0463f24..a8c9ff5 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6] + python-version: [3.8] make-command: [tap] steps: diff --git a/.travis.yml b/.travis.yml index 0bf2795..a0cafe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: required language: python cache: pip python: - - 3.6 + - 3.8 env: - MAKE=ci - MAKE=check-build diff --git a/setup.py b/setup.py index 47a75ce..2597a7c 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'or later (GPLv3+)', 'Operating System :: POSIX', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Quality Assurance',