Skip to content

Commit 244c098

Browse files
authored
Merge pull request #136 from cclauss/patch-2
setup.py: Add Python 3.8 and 3.9 to supported list
2 parents 3694fc9 + 563f83a commit 244c098

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)