summaryrefslogtreecommitdiff
path: root/README.rst
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.
* 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.
* Drop Python 3.5 support and bump other dependenciesdrop-py35Christoph Reiter2020-09-141-1/+1
| | | | | | Motivated by the EOL of Python 3.5 and the EOL of Ubuntu 16.04 next year this requires Python 3.6 and moves all other dependencies to what is available in Ubuntu 18.04.
* Remove Python 2 supportChristoph Reiter2020-03-081-3/+3
| | | | Depend on setuptools to make sure we write out requires-python in all cases
* GTK+ -> GTKChristoph Reiter2019-02-131-2/+2
|
* README: mention that we support PyPyChristoph Reiter2018-05-131-3/+4
|
* README: remove coverage badge, gitlab can now show them on the project pageChristoph Reiter2018-05-131-5/+0
|
* ci: update image to bionic; drop Python 3.4ci-bionicChristoph Reiter2018-04-291-1/+1
| | | | We require Ubuntu 16.04+ which has 3.5
* README: force a newline after the badgeChristoph Reiter2018-04-071-1/+3
|
* coverage: add badge, fixup linksChristoph Reiter2018-04-071-0/+3
|
* Add sphinx based documentationChristoph Reiter2017-12-111-121/+16
| | | | | | | | | | | | | | | | | | | | | | | Takes the documentation developed at https://github.com/pygobject/pygobject-docs and puts into /docs See https://pygobject.readthedocs.io for how it looks Now that we move to gitlab we can use webhooks to trigger builds on readthedocs from gitlab directly and we should also have a nicer contribution UX. This also gets rid of most of README/HACKING/INSTALL and moves most of the information into the documentation. The README is kept short and only makes clear what pygobject is and points to the online docs as that should answer all questions. setup.py now sets the content of README.rst as long_descriptions, as that is the content shown on PyPI. This makes the page on PyPI look the same as on gitlab. https://bugzilla.gnome.org/show_bug.cgi?id=791448
* README: Convert to reSTChristoph Reiter2017-12-061-0/+126