Skip to content

Commit a4d590b

Browse files
authored
Merge branch 'master' into suggest-on-typo
2 parents 8e6041e + ffbaed5 commit a4d590b

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ ubuntu-latest, windows-latest, macos-latest ]
23-
python-version: [ "3.13" ]
23+
python-version: [ "3.14" ]
2424
include:
2525
- os: macos-latest
2626
python-version: "3.8"
@@ -32,6 +32,8 @@ jobs:
3232
python-version: "3.11"
3333
- os: windows-latest
3434
python-version: "3.12"
35+
- os: ubuntu-latest
36+
python-version: "3.13"
3537
fail-fast: false
3638
runs-on: ${{ matrix.os }}
3739
steps:

docs/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Latest Changes
44

5+
### Upgrades
6+
7+
* ⬆️ Add support for Python 3.14. PR [#1372](https://github.com/fastapi/typer/pull/1372) by [@svlandeg](https://github.com/svlandeg).
8+
59
### Internal
610

711
* 👷 Add nightly workflow to run tests against CPython main branch. PR [#1374](https://github.com/fastapi/typer/pull/1374) by [@savannahostrowski](https://github.com/savannahostrowski).

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.11",
3131
"Programming Language :: Python :: 3.12",
3232
"Programming Language :: Python :: 3.13",
33+
"Programming Language :: Python :: 3.14",
3334
"License :: OSI Approved :: MIT License",
3435
]
3536
dependencies = [

0 commit comments

Comments
 (0)