Skip to content
Snippets Groups Projects
Commit 44825763 authored by robertbruntz's avatar robertbruntz Committed by GitHub
Browse files

Merge pull request #81 from robertbruntz/rebase_from_upstream

Rebase from upstream
parents 564086d7 63008ea7
Branches main
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ jobs: ...@@ -29,7 +29,6 @@ jobs:
- macOS - macOS
- Ubuntu - Ubuntu
python-version: python-version:
- 2.7
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7 - 3.7
......
...@@ -148,5 +148,5 @@ setup(name=PACKAGENAME, ...@@ -148,5 +148,5 @@ setup(name=PACKAGENAME,
license=LICENSE, license=LICENSE,
long_description=LONG_DESCRIPTION, long_description=LONG_DESCRIPTION,
zip_safe=False, zip_safe=False,
use_2to3=True use_2to3=False
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment