File: 09-upgrade.rst

package info (click to toggle)
python-semantic-release 10.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,112 kB
  • sloc: python: 36,523; sh: 340; makefile: 156
file content (11 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
.. _upgrade_v9:

Upgrading to v9
===============

You are in luck! The upgrade to ``v9`` is a simple one.

The breaking change for this version is the removal of support for **Python 3.7**, as it has passed
End-Of-Life (EOL). This means that if you are using Python 3.7, you will need to upgrade
to at least Python 3.8 in order to use ``v9``. This will be permanent as all future versions of
``python-semantic-release`` will require Python 3.8 or later.