Skip to content

Commit

Permalink
Declare support for Python 3.8 (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and JelleZijlstra committed Oct 15, 2019
1 parent 7b11f04 commit be35b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ to get accepted. You can still try but prepare to be disappointed.
## Technicalities

Development on the latest version of Python is preferred. As of this
writing it's 3.7 You can use any operating system. I am using macOS
writing it's 3.8. You can use any operating system. I am using macOS
myself and CentOS at work.

Install all development dependencies using:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def get_long_description() -> str:
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
Expand Down

0 comments on commit be35b1e

Please sign in to comment.