Benoit Chesneau
56b5ad87f8
Restore Python 3.10 and 3.11 support ( #3425 )
...
This change extends Python support back to 3.10 and 3.11, which are
still actively maintained by the PSF:
- Python 3.10: Security support until Oct 2026
- Python 3.11: Active support (latest feature release)
- Python 3.12: Active support
- Python 3.13: Latest stable release
The previous change to support only 3.12+ was too restrictive as many
users are still on Python 3.10 and 3.11 in production environments.
Changes:
- Updated pyproject.toml to set minimum Python to 3.10
- Added Python 3.10, 3.11, and PyPy 3.10 to CI matrix
- Updated all documentation to reflect Python 3.10+ requirement
- Maintained compatibility with latest pylint for Python 3.12+
2025-10-05 22:45:21 +02:00
Ben Cail
afe0680212
Document Python 3.7 requirement
2023-10-23 16:58:12 -04:00
Benoit Chesneau
1efc5d91fa
irc is on libera
2022-12-21 10:54:06 +01:00
benoitc
441977f57c
only support python >= 3.5
...
python 3.4 is unsupported and we should focus on offering stable
features than backporting some code to this version
2019-11-22 23:03:30 +01:00
Hugo
e974f30517
Drop support for Python 2
...
Co-Authored-By: Dustin Ingram <di@users.noreply.github.com>
Co-Authored-By: Berker Peksag <berker.peksag@gmail.com>
2018-08-01 15:31:17 +03:00
Hugo
78208c8c32
Drop support for EOL Python 3.2 and 3.3 ( #1839 )
2018-07-29 14:07:36 +03:00
Dariusz Suchojad
e868c52997
Point to GitHub for usage questions. ( #1613 )
...
Closes #1611
2017-10-05 18:57:59 +03:00
Berker Peksag
9a3d580c52
Simplfy documentation index page.
2014-12-01 07:08:38 +02:00
Berker Peksag
4cab542097
Resort docs index.
2014-12-01 07:08:18 +02:00
Berker Peksag
f0b9468ea3
Document statsd_* commands.
2014-12-01 07:04:10 +02:00
Berker Peksag
78fb66ee7e
Python 3.1 is not supported anymore.
2014-10-14 15:27:46 +03:00
Stéphane Wirtel
33d35a1a66
Work In Progress: Move the custom application section to a specific file and add it into the TOC
2014-04-30 11:41:18 +02:00
benoitc
f7d9979d5b
fix doc for rtd
2013-12-26 13:42:17 +01:00
benoitc
434008419a
quick doc fixes
2013-06-29 06:09:52 +02:00
benoitc
e5242d4fde
add signals doc
...
add a brief description of the signals handled by Gunicorn.
fix #319
2013-06-29 06:04:51 +02:00
benoitc
638ad129c8
fix doc abput python 3 support
2013-06-29 05:20:43 +02:00
benoitc
88b6b6a196
bump requirements
2012-10-27 12:33:50 +02:00
benoitc
f63583eab3
same level
2012-10-18 21:39:33 +02:00
benoitc
b75ceeb8d9
add logo to the doc
2012-10-18 18:12:14 +02:00
benoitc
0aa12256fb
add some links and better wording
2012-10-18 18:03:37 +02:00
benoitc
7f801ef000
split the changelog
2012-10-18 17:58:28 +02:00
Prateek Singh Paudel
9eba21fb8e
Consistent formatting and some addditions.
...
Ensures sphinx will generate consistent html headings. Some
addition of header text.
2012-10-03 16:41:44 +05:45
Prateek Singh Paudel
914f4cc31f
Initial sphinx doc structure.
2012-10-03 05:04:07 +05:45