Skip to content

Commit

Permalink
Add support for Python >=3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Feb 6, 2023
1 parent b192c73 commit d372af2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
dynamic = ["version"]
license = {text = "MIT"}
readme = "README.rst"
requires-python = ">=3.8, <3.11"
requires-python = ">=3.8"


[project.optional-dependencies]
Expand All @@ -50,8 +50,8 @@ azure = [
"azure-storage-file-share ~= 12.4.0",
"cachetools ~= 5.2.0",
"requests",
"Pillow ~= 9.0.0",
"PyGObject ~= 3.38.0; platform_system == 'Linux'",
"Pillow ~= 9.4.0",
"PyGObject ~= 3.42.0; platform_system == 'Linux'",
]

black = [
Expand Down

0 comments on commit d372af2

Please sign in to comment.