Skip to content

Commit

Permalink
Allow Python versions >=3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Feb 5, 2025
1 parent 0dbf61b commit 023c230
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "RCTab"
version = "1.6.0"
version = "1.7.0"
description = "The RCTab API. Manage Azure budgets and usage"
authors = []
dynamic = [ "dependencies" ]
requires-python = ">=3.10 <3.12"
requires-python = ">=3.10 <4"

[tool.poetry.group.main.dependencies]
alembic = "^1.13.2"
Expand Down

0 comments on commit 023c230

Please sign in to comment.