mirror of
https://github.com/Steffo99/unimore-bda-6.git
synced 2024-11-21 07:24:19 +00:00
Allow Python 3.11
This commit is contained in:
parent
4c995a1977
commit
33f332ce09
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ classifiers = [
|
|||
# nothing means "this specific release"
|
||||
# 3.10.1 → == 3.10.1
|
||||
|
||||
python = "~3.10"
|
||||
python = "^3.10"
|
||||
pymongo = "^4.3.3"
|
||||
nltk = "^3.8.1"
|
||||
cfig = {extras = ["cli"], version = "^0.3.0"}
|
||||
|
|
Loading…
Reference in a new issue