Skip to content

Commit

Permalink
🔧 Update requires-python version to >=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Oct 20, 2024
1 parent 069cb55 commit 40d0a98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "authx"
description = "Ready to use and customizable Authentications and Oauth2 management for FastAPI"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = "MIT"
authors = [
{ name = "Yasser Tahiri", email = "hello@yezz.me" },
Expand All @@ -33,7 +33,6 @@ classifiers = [
"Framework :: Pydantic :: 2",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 40d0a98

Please sign in to comment.