summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 3.7 support and update CI envsChristoph Reiter2023-03-191-1/+1
| | | | | | | | | | Python 3.7 will be EOL in 3 months, so before the next release. * Update the Python versions in the CI images * Bump the docker base image from focal to jammy to test against a newer stack. This triggers new deprecation warnings which we need to disable for now. * Bump the old docker based image to from buster to bullseye, moving from Python 3.7 to 3.9.
* version bumpChristoph Reiter2023-03-191-1/+1
|
* release3.44.0Christoph Reiter2023-03-191-1/+1
|
* version bumpChristoph Reiter2023-01-281-1/+1
|
* release3.43.1Christoph Reiter2023-01-281-1/+1
|
* poetry: update depsChristoph Reiter2022-03-271-2/+2
|
* poetry: add support for sphinx v4 and sphinx-rtd-theme v1Christoph Reiter2021-09-191-2/+2
| | | | Tested with 4.2 and 1.0 and things loog good
* Drop support for Python 3.6Christoph Reiter2021-09-191-1/+1
| | | | | | It will be EOL before the next release. This means Ubuntu 18.04 (without backports) is no longer supported, we will move to Debian Buster as the new oldest tested target.
* version bumpChristoph Reiter2021-09-191-1/+1
|
* release3.42.0Christoph Reiter2021-09-191-1/+1
|
* Add poetry supportChristoph Reiter2021-04-301-0/+17
|
* Revert "Revert "Add PEP518/pyproject.toml file""Christoph Reiter2018-11-131-0/+2
| | | | | | | | | This was reverted because pip didn't support installing build deps from sdists. But this looks fixed since https://github.com/pypa/pip/pull/5336 pip now builds and installs pycairo before building pygobject. This reverts commit ad1bbfa148b7734e2fca3c9f0e14ddab630bc354.
* Revert "Add PEP518/pyproject.toml file"Christoph Reiter2018-04-151-2/+0
| | | | | | | This reverts commit b4ff23367a58e220fc0f3c4c277c2752b8f19be8. pip 10 can only install wheel dependencies, which we don't have. https://github.com/pypa/pip/issues/5244
* Add PEP518/pyproject.toml fileJames Tocknell2018-03-221-0/+2