Skip to content

Commit

Permalink
Merge pull request #14 from ncstate-sat/LIBS-27-move-authz-to-checker
Browse files Browse the repository at this point in the history
LIBS-27 Move python requirement to 3.9
  • Loading branch information
JeremyGibson authored Jul 22, 2024
2 parents b6ac476 + 7ed94e2 commit 48fc487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]" },
Expand All @@ -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",
Expand Down

0 comments on commit 48fc487

Please sign in to comment.