Skip to content

Commit

Permalink
Merge pull request twisted#1382 from twisted/9955-py38-trove
Browse files Browse the repository at this point in the history
Author: twm
Reviewer: rodrigc
Fixes: ticket:9955

[9955] Add Python 3.8 Trove classifier
  • Loading branch information
rodrigc authored Sep 14, 2020
2 parents d8203ca + 1a6f9da commit d0c0202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/twisted/newsfragments/9955.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Python 3.8 is now tested and supported.
1 change: 1 addition & 0 deletions src/twisted/python/_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
python_requires=">=3.5",
)
Expand Down

0 comments on commit d0c0202

Please sign in to comment.