Skip to content

Commit

Permalink
Update dependencies version and switch to python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zjzace committed Dec 14, 2022
1 parent e8d3455 commit 70359a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
statuses = [ '1 - Planning', '2 - Pre-Alpha', '3 - Alpha',
'4 - Beta', '5 - Production/Stable', '6 - Mature', '7 - Inactive' ]
py_versions = '2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8'.split()
py_versions = '3.11'.split()

lic = licenses.get(cfg['license'].lower(), (cfg['license'], None))
min_python = cfg['min_python']
Expand Down

0 comments on commit 70359a4

Please sign in to comment.