Skip to content

Commit a7c275f

Browse files
authored
Merge pull request #203 from posit-dev/ci-support-python-3.14
ci: add Python 3.14 to CI and classifiers
2 parents d318527 + 7b3ae4b commit a7c275f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.11", "3.12", "3.13"]
18+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1919
fail-fast: false
2020

2121
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
"Topic :: Documentation",
3031
"Topic :: Software Development :: Documentation",
3132
"Topic :: Text Processing :: Markup :: HTML",

0 commit comments

Comments
 (0)