Skip to content

Commit bfaa679

Browse files
committed
Adjust heading levels
1 parent 2034e9d commit bfaa679

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

content/posts/python-3145rc1/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Please keep in mind that this is a preview release and its use is ***not*** reco
2929

3030
Some of the major new features and changes in Python 3.14 are:
3131

32-
## New features
32+
### New features
3333

3434
- [PEP 779](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-free-threaded-now-supported): Free-threaded Python is officially supported
3535
- [PEP 649](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-deferred-annotations): The evaluation of annotations is now deferred, improving the semantics of using annotations.
@@ -51,34 +51,34 @@ Some of the major new features and changes in Python 3.14 are:
5151
For more details on the changes to Python 3.14, see [What’s new in Python 3.14](https://docs.python.org/3/whatsnew/3.14.html).
5252

5353

54-
## Build changes
54+
### Build changes
5555

5656
- [PEP 761](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-no-more-pgp): Python 3.14 and onwards no longer provides PGP signatures for release artifacts. Instead, Sigstore is recommended for verifiers.
5757
- Official macOS and Windows release binaries include an [*experimental* JIT compiler](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-jit-compiler).
5858
- Official [Android binary releases](https://docs.python.org/3/whatsnew/3.14.html#whatsnew314-build-changes) are now available.
5959

6060

61-
## Incompatible changes, removals and new deprecations
61+
### Incompatible changes, removals and new deprecations
6262

6363
- [Incompatible changes](https://docs.python.org/3/whatsnew/3.14.html#incompatible-changes)
6464
- Python [removals](https://docs.python.org/3/whatsnew/3.14.html#removed) and [deprecations](https://docs.python.org/3/whatsnew/3.14.html#deprecated)
6565
- C API [removals](https://docs.python.org/3/whatsnew/3.14.html#removed-c-apis) and [deprecations](https://docs.python.org/3/whatsnew/3.14.html#deprecated-c-apis)
6666
- Overview of all [pending deprecations](https://docs.python.org/3/deprecations/index.html)
6767

68-
# Python install manager
68+
## Python install manager
6969

7070
The installer we offer for Windows is being replaced by our new install manager, which can be installed from [the Windows Store](https://apps.microsoft.com/detail/9NQ7512CXL7T) or from its [download page](https://www.python.org/downloads/latest/pymanager/). See [our documentation](https://docs.python.org/3/using/windows.html) for more information. The JSON file available for download contains the list of all the installable packages available as part of this release, including file URLs and hashes, but is not required to install the latest release. The traditional installer will remain available throughout the 3.14 and 3.15 releases.
7171

7272

73-
# More resources
73+
## More resources
7474

7575
- [Online documentation](https://docs.python.org/3/)
7676
- [PEP 745](https://peps.python.org/pep-0745/), 3.14 Release Schedule
7777
- Report bugs at [github.com/python/cpython/issues](https://github.com/python/cpython/issues)
7878
- [Help fund Python directly](https://www.python.org/psf/donations/python-dev/) (or via [GitHub Sponsors](https://github.com/sponsors/python)) and support [the Python community](https://www.python.org/psf/donations/)
7979

8080

81-
# And now for something completely different
81+
## And now for something completely different
8282

8383
I asked [Rodrigo Girão Serrão](https://mathspp.com/) for a fun _π_ fact:
8484

@@ -87,7 +87,7 @@ I asked [Rodrigo Girão Serrão](https://mathspp.com/) for a fun _π_ fact:
8787
[Source](https://en.wikipedia.org/wiki/Euler's_identity)
8888

8989

90-
# Enjoy the new release
90+
## Enjoy the new release
9191

9292
Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organisation contributions to the [Python Software Foundation](https://www.python.org/psf-landing/).
9393

0 commit comments

Comments
 (0)