-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #203 from mayeut/python-3.8
Advertise python 3.8 support and run python 3.8 in CI
- Loading branch information
Showing
3 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ matrix: | |
- python: "3.5" | ||
- python: "3.6" | ||
- python: "3.7" | ||
- python: "3.8" | ||
- python: "3.7" | ||
env: LINTER=1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ author = Robert T. McGibbon | |
author-email = [email protected] | ||
summary = Cross-distribution Linux wheels | ||
description-file = README.rst | ||
python_requires = >=3.5 | ||
classifier = | ||
Development Status :: 4 - Beta | ||
Environment :: Console | ||
|
@@ -16,6 +17,7 @@ classifier = | |
Programming Language :: Python :: 3.5 | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3 :: Only | ||
Topic :: Software Development | ||
Topic :: Software Development :: Build Tools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters