Check-python-versions

Latest version: v0.22.0

Safety actively analyzes 629503 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.18.0

-------------------

- PyPy support is now checked for consistency: if setup.py declares PyPy
support, you need to also run tests on PyPy in your primary CI systems (tox,
GitHub Actions, Travis CI), and vice versa. Secondary CI systems (Appveyor,
manylinux.sh) are excluded from this check. `GH 26
<https://github.com/mgedmin/check-python-versions/issues/26>`_.

0.17.1

-------------------

- Support ``pypy-N.M[-vX.Y.Z]`` in GitHub Actions, in addition to
``pypy2``/``pypy3`` (`issue 24
<https://github.com/mgedmin/check-python-versions/issues/24>`_).

0.17.0

-------------------

- Initial supprot for GitHub Actions (`issue 22
<https://github.com/mgedmin/check-python-versions/issues/22>`_).
- Correctly detect the end of a YAML list even if it's not indented.
- Try to preserve envlist order in ``tox.ini``.
- Preserve quotes around Python versions in Travis matrix jobs.

0.16.1

-------------------

- Preserve trailing commas in ``tox.ini``.
- Do not duplicate comments in ``tox.ini``.
- If all versions in .travis.yml are quoted, keep the quotes.

0.16.0

-------------------

- Add support for Python 3.9.

- Preliminary Python 3.10 support: sort 3.10 after 3.9, quote "3.10" when
updating YAML files so it doesn't get treated as a floating point
number (`GH 19
<https://github.com/mgedmin/check-python-versions/issues/19>`_)

0.15.1

-------------------

- Correctly handle ``tox.ini`` brace expressions with spaces in them
(e.g. ``py{35, 36}``; `GH 18
<https://github.com/mgedmin/check-python-versions/issues/18>`_)

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.