Skip to content

Commit

Permalink
LIBS-27 Move python requirement to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Gibson committed Jul 22, 2024
1 parent c608b57 commit 7ed94e2
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 7ed94e2

Please sign in to comment.