Skip to content

Commit

Permalink
Switch testing to Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 17, 2021
1 parent 2e1c30d commit 781a1cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6]
python-version: [3.8]
make-command: [junit.xml]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ sudo: required
language: python
cache: pip
python:
- 3.6
- 3.8
env:
- MAKE=ci
- MAKE=check-build
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 781a1cb

Please sign in to comment.