Skip to content

Commit 563f83a

Browse files
authored
setup.py: Add Python 3.8 and 3.9 to supported list
Our CircleCI has been testing our code on Python 3.9 for some time now.
1 parent abe2b2b commit 563f83a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"Programming Language :: Python :: 3.5",
2626
"Programming Language :: Python :: 3.6",
2727
"Programming Language :: Python :: 3.7",
28+
"Programming Language :: Python :: 3.8",
29+
"Programming Language :: Python :: 3.9",
2830
"Programming Language :: Python :: Implementation :: PyPy",
2931
"Programming Language :: Python :: Implementation :: CPython",
3032
"Topic :: Games/Entertainment",

0 commit comments

Comments
 (0)