Add Python 3.14 to CI matrix

This commit is contained in:
Kirill Markin 2026-03-31 04:15:37 +02:00
parent cde226abb4
commit 0b2851b0eb
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 = [