Benoit Chesneau
911e333b4e
chore: replace RST with markdown, remove docs-lint and readthedocs config
2026-02-01 09:23:15 +01:00
Benoit Chesneau
1dc4ce9d59
Update to support only Python 3.12 and 3.13 ( #3422 )
...
* Update CI and project to support only Python N (3.13) and N-1 (3.12)
- Update GitHub Actions workflows to test only Python 3.12 and 3.13
- Update pyproject.toml to require Python >= 3.12
- Update tox.ini to test only py312 and py313
- Update documentation to reflect Python 3.12+ requirement
- Clean up AppVeyor configuration for Python 3.12
* Update pylint to 3.3.2 for Python 3.12 compatibility
* Disable new pylint warnings for pre-existing issues
2025-10-05 19:55:32 +02:00
Paul J. Dorn
89dcc5c578
CI: stop testing EoL PyPy
2023-12-29 05:12:07 +01:00
Paul J. Dorn
611746edc9
CI: check entry points
...
Fixes: fdd23e82926d7d10ec4a8e65e42b5184a4ee20ce
2023-12-07 21:12:38 +01:00
Christian Clauss
a16b8975a9
GitHub Action to run tox
...
Because Travis CI seems to be on vacation... https://travis-ci.org/github/benoitc/gunicorn
2022-02-07 08:23:03 +11:00
Randall Leeds
2ad21734d4
Enable Python 3.8 and Python 3.9 testing in AppVeyor
2020-12-19 00:46:42 -05:00
Brett Randall
3627c1cff5
AppVeyor: allow failures, run lint using Python 3.7 ( #1911 )
...
Signed-off-by: Brett Randall <javabrett@gmail.com>
2018-10-31 14:40:08 +03:00
Dustin Ingram
80dfe06943
Update CI configs for 3.5, 3.6, 3.7 and 3.8 ( #1888 )
...
* Update .travis.yml
Make 3.7 required to pass, and test against 3.8-dev
* Update appveyor.yml as well
2018-10-09 06:07:56 +02: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
Berker Peksag
249783567f
Drop prospector; use pylint directly
...
Fixes #1674
2018-01-11 09:59:31 +03:00
Ed Morley
9e3dbd59c6
Enable CI testing on Windows using Appveyor
...
Currently everything but the prospector lint job fails, however having
CI set up makes it easier to see what work remains for #524 .
Fixes #1467 .
2017-09-07 16:53:02 +03:00