Skip to content

Commit 649a7a6

Browse files
authored
Update package classifiers (#467)
* Include Python 3.9 and 3.10 classifiers * Add 'Programming Language :: Julia'
1 parent e9de712 commit 649a7a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ def pyload(path):
6767
'Programming Language :: Python :: 3.6',
6868
'Programming Language :: Python :: 3.7',
6969
'Programming Language :: Python :: 3.8',
70+
'Programming Language :: Python :: 3.9',
71+
'Programming Language :: Python :: 3.10',
72+
'Programming Language :: Julia',
7073
],
7174
url='http://julialang.org',
7275
project_urls={

0 commit comments

Comments
 (0)