Skip to content

Commit

Permalink
Allow Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed May 15, 2023
1 parent 4c995a1 commit 33f332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 33f332c

Please sign in to comment.