Skip to content

Commit 2dd844f

Browse files
Andrey Golovanovclaude
andcommitted
Bump Python requirement to >=3.11, align CI matrix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ffded69 commit 2dd844f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.11", "3.12", "3.13"]
1212

1313
steps:
1414
- uses: actions/checkout@v4 # latest stable

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
authors = [{ name = "Andrey Golovanov" }]
1111
license = "MIT"
1212
license-files = ["LICENSE"]
13-
requires-python = ">=3.9"
13+
requires-python = ">=3.11"
1414

1515
classifiers = [
1616
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)