1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-6.git synced 2024-10-16 06:17:33 +00:00

Allow Python 3.11

This commit is contained in:
Steffo 2023-05-15 02:56:14 +02:00
parent 4c995a1977
commit 33f332ce09
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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"}