Skip to content

Commit

Permalink
Update package classifiers (#467)
Browse files Browse the repository at this point in the history
* Include Python 3.9 and 3.10 classifiers

* Add 'Programming Language :: Julia'
  • Loading branch information
tkf committed Oct 25, 2021
1 parent e9de712 commit 649a7a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def pyload(path):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Julia',
],
url='http://julialang.org',
project_urls={
Expand Down

0 comments on commit 649a7a6

Please sign in to comment.