Skip to content

Commit 19286f1

Browse files
committed
check that rcc works with python 3.9 (unittest works with 3.9b4, it was not working with 3.9b1)
1 parent 8e946da commit 19286f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
"Programming Language :: Python :: 3.6",
5555
"Programming Language :: Python :: 3.7",
5656
"Programming Language :: Python :: 3.8",
57+
"Programming Language :: Python :: 3.9",
5758
],
5859
)

0 commit comments

Comments
 (0)