-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LIBS-27 Move python requirement to 3.9
- Loading branch information
Jeremy Gibson
committed
Jul 22, 2024
1 parent
c608b57
commit 7ed94e2
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ build-backend = "flit_core.buildapi" | |
|
||
[project] | ||
name = "auth-checker" | ||
version = "2.0.8" | ||
version = "2.0.9" | ||
authors = [ | ||
{ name="Ryan Semmler", email="[email protected]" }, | ||
{ name="Luc Sanchez", email="[email protected]" }, | ||
|
@@ -17,7 +17,7 @@ authors = [ | |
description = "Contains the AuthChecker class for apps using the Auth Service" | ||
readme = "README.md" | ||
license = { file = "LICENSE" } | ||
requires-python = ">=3.10" | ||
requires-python = ">=3.9" | ||
|
||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
|