diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-10-08 08:14:54 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-10-09 09:27:33 +0200 |
| commit | 2e3bc59fd3760de87952ec8fd6cd3694e8d9dc1c (patch) | |
| tree | 62b10f7bebaa751bf7a9e41568002665f20f750b /docs/intro | |
| parent | f07eeff3a2d7ff0955410bf7e3f1ff197ef1ecf7 (diff) | |
Refs #34900 -- Doc'd Python 3.13 compatibility.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 98f21c9d91..e2c25f3525 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -237,6 +237,7 @@ this. For a small app like polls, this process isn't too difficult. "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", ] |
