Skip to content

Commit a48f4cf

Browse files
committed
add support for python 3.14
1 parent 99a0109 commit a48f4cf

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "3.11"
1717
- "3.12"
1818
- "3.13"
19+
- "3.14"
1920
os:
2021
- ubuntu-latest
2122
- macos-latest

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ EXTRA_PATH?=
5151
# uv then downloads the Python interpreter if it is not available.
5252
# for more on this feature read the [uv python documentation](https://docs.astral.sh/uv/concepts/python-versions/)
5353
# Default: python3
54-
PRIMARY_PYTHON?=3.13
54+
PRIMARY_PYTHON?=3.14
5555

5656
# Minimum required Python version.
5757
# Default: 3.9

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
]
2425
dependencies = [
2526
"inquirer",

src/mxmake/templates/gh-actions-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- "3.11"
1616
- "3.12"
1717
- "3.13"
18+
- "3.14"
1819

1920
steps:
2021
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)