Skip to content

Commit be6c4c9

Browse files
authored
🔀 Merge pull request #124 from hugovk/add-3.14
2 parents 122f2e6 + a3e82b3 commit be6c4c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/style-lint-and-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
name: Style, lint, test
1414
runs-on: ubuntu-latest
1515
strategy:
16+
fail-fast: false
1617
matrix:
17-
python-version: ["3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1819

1920
steps:
2021

@@ -25,6 +26,7 @@ jobs:
2526
uses: actions/setup-python@v5
2627
with:
2728
python-version: ${{ matrix.python-version }}
29+
allow-prereleases: true
2830

2931
- name: Install uv
3032
uses: astral-sh/setup-uv@v6

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ classifiers = [
4444
"Programming Language :: Python :: 3.11",
4545
"Programming Language :: Python :: 3.12",
4646
"Programming Language :: Python :: 3.13",
47+
"Programming Language :: Python :: 3.14",
4748
"Topic :: Software Development :: Documentation",
4849
"Topic :: Terminals",
4950
"Topic :: Text Processing :: Markup :: Markdown",

0 commit comments

Comments
 (0)