Skip to content

Commit 777ac76

Browse files
committed
Pin required Python version constraints
1 parent 2d381db commit 777ac76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
- uses: actions/setup-python@v6
2525
with:
26-
python-version: 3.x
26+
python-version: "3.12"
2727
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2828
- uses: actions/cache@v4
2929
with:

Tekst-API/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers = [
1111
]
1212
license = "AGPL-3.0-or-later"
1313
license-files = ["LICENSE"]
14-
requires-python = ">=3.12,<4.0"
14+
requires-python = ">=3.12,<3.14"
1515
dependencies = [
1616
"pyhumps<4.0.0,>=3.8.0",
1717
"click<9.0.0,>=8.1.6",

0 commit comments

Comments
 (0)