removed python 3.14 build
This commit is contained in:
parent
eef0b92eca
commit
07eae03e94
|
@ -29,7 +29,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
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:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -59,5 +59,5 @@ jobs:
|
|||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
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"
|
||||
|
||||
|
|
|
@ -411,5 +411,5 @@ zstd = ["zstandard (>=0.18.0)"]
|
|||
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8,<=3.14"
|
||||
content-hash = "1fc5fdbba555a4380ff80fda6988a95ecbaa342ca863cf19f8fc8e3df0430ff7"
|
||||
python-versions = ">=3.8,<3.14"
|
||||
content-hash = "370c5c5f94f6000e0fdb76190a3aabd5acadf804802ca70dba41787d306799b4"
|
||||
|
|
|
@ -46,7 +46,7 @@ ci-format = "ruff format youtube_transcript_api --check"
|
|||
lint = "ruff check youtube_transcript_api"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<=3.14"
|
||||
python = ">=3.8,<3.14"
|
||||
requests = "*"
|
||||
|
||||
[tool.poetry.group.test]
|
||||
|
|
Loading…
Reference in New Issue