Skip to content

Commit

Permalink
now for py39
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul K. Korir, PhD committed Nov 9, 2020
1 parent a4c1293 commit fc89410
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

sudo: true

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -35,6 +35,7 @@
u"Programming Language :: Python :: 3.6",
u"Programming Language :: Python :: 3.7",
u"Programming Language :: Python :: 3.8",
u"Programming Language :: Python :: 3.9",
u"Topic :: Software Development :: Libraries :: Python Modules",
u"Topic :: Terminals",
u"Topic :: Text Processing",
Expand Down
2 changes: 1 addition & 1 deletion sfftk_migrate/__init__.py
Expand Up @@ -75,7 +75,7 @@ def do_migration(args, value_list=None, version_list=VERSION_LIST):

import os

SFFTK_MIGRATIONS_VERSION = '0.1.0b6'
SFFTK_MIGRATIONS_VERSION = '0.1.0b7'
VERSION_LIST = [
'0.7.0.dev0',
'0.8.0.dev1'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37, py38
envlist = py35, py36, py37, py38, py39

[testenv]
deps =
Expand Down

0 comments on commit fc89410

Please sign in to comment.