Skip to content

Commit

Permalink
chore: update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Nov 1, 2024
1 parent 3692a1f commit b4848f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Programming Language :: Cython",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
]
keywords = ["cython", "form-data", "forms", "http", "multipart", "streaming", "web"]
Expand All @@ -34,7 +34,7 @@ script = "build.py"
generate-setup-file = true

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
smart-open = "^6.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b4848f1

Please sign in to comment.