-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 3.5 has been EOL since Sept 2020, 10 months ago at this point. The latest release of PyGithub does not support 3.5 (#1770), thus remove the support here also. Also add test cases for Python 3.9, which is the current stable release.
- Loading branch information
1 parent
f5ed496
commit 3bebe38
Showing
3 changed files
with
5 additions
and
5 deletions.
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tox] | ||
envlist = py35, py36, py37, py38 | ||
envlist = py36, py37, py38, py39 | ||
|
||
[testenv] | ||
setenv = | ||
|