Add Python 3.14 to CI matrix
Some checks failed
Run Tests / test (3.11) (push) Has been cancelled
Run Tests / test (3.13) (push) Has been cancelled
Run Tests / test (3.14) (push) Has been cancelled
Run Tests / test (3.9) (push) Has been cancelled

This commit is contained in:
Kirill Markin 2026-03-31 04:15:37 +02:00
parent cde226abb4
commit 9cff185a7d
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
2 changed files with 2 additions and 3 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.11", "3.13"]
python-version: ["3.9", "3.11", "3.13", "3.14"]
steps:
- uses: actions/checkout@v6

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "repo-to-text"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name = "Kirill Markin", email = "markinkirill@gmail.com" },
]
@ -51,4 +51,3 @@ disable = [