File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1616 - " 3.11"
1717 - " 3.12"
1818 - " 3.13"
19+ - " 3.14"
1920 os :
2021 - ubuntu-latest
2122 - macos-latest
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
2425dependencies = [
2526 " inquirer" ,
Original file line number Diff line number Diff line change 1515 - " 3.11"
1616 - " 3.12"
1717 - " 3.13"
18+ - " 3.14"
1819
1920 steps :
2021 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments