removed python 3.14 build

This commit is contained in:
Jonas Depoix 2024-11-11 12:09:59 +01:00
parent eef0b92eca
commit 07eae03e94
3 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -59,5 +59,5 @@ jobs:
uses: coverallsapp/github-action@v2 uses: coverallsapp/github-action@v2
with: with:
parallel-finished: true parallel-finished: true
carryforward: "run-python-3.8,run-python-3.9,run-python-3.10,run-python-3.11,run-python-3.12,run-python-3.13,run-python-3.14" carryforward: "run-python-3.8,run-python-3.9,run-python-3.10,run-python-3.11,run-python-3.12,run-python-3.13"

4
poetry.lock generated
View File

@ -411,5 +411,5 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8,<=3.14" python-versions = ">=3.8,<3.14"
content-hash = "1fc5fdbba555a4380ff80fda6988a95ecbaa342ca863cf19f8fc8e3df0430ff7" content-hash = "370c5c5f94f6000e0fdb76190a3aabd5acadf804802ca70dba41787d306799b4"

View File

@ -46,7 +46,7 @@ ci-format = "ruff format youtube_transcript_api --check"
lint = "ruff check youtube_transcript_api" lint = "ruff check youtube_transcript_api"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8,<=3.14" python = ">=3.8,<3.14"
requests = "*" requests = "*"
[tool.poetry.group.test] [tool.poetry.group.test]