Skip to content

Commit 5e959a5

Browse files
committed
chore(pkg): Bump min python version 3.12
1 parent 1258c47 commit 5e959a5

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Once complete, the package will be available in the Keyfactor Public GitHub Pack
2121
2222
### Running Locally
2323

24-
**Prerequisites:** Python 3.8+, `dotnet` CLI
24+
**Prerequisites:** Python 3.12+, `dotnet` CLI
2525

2626
1. Create a `.env` file in the repo root:
2727

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
{name = "Keyfactor", email = "support@keyfactor.com"}
1111
]
1212
readme = "README.md"
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.12"
1414
license = {file = "LICENSE"}
1515
dependencies = [
1616
"click>=8.0",
@@ -30,7 +30,7 @@ packages = ["scripts"]
3030

3131
[tool.black]
3232
line-length = 100
33-
target-version = ["py38"]
33+
target-version = ["py312"]
3434

3535
[tool.isort]
3636
profile = "black"

scripts/sync_nuget.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
GITHUB_TOKEN GitHub token (used as fallback for GH_NUGET_TOKEN).
1313
"""
1414

15-
from __future__ import annotations
16-
1715
import os
1816
import subprocess
1917
from typing import Optional

0 commit comments

Comments
 (0)