PagerDuty / pdpyras

Low-level PagerDuty REST/Events API client for Python
MIT License
129 stars 29 forks source link

4.1.3 Add warning for Python 2.7 EOL #52

Closed Deconstrained closed 3 years ago

Deconstrained commented 3 years ago

pdpyras 4.1.3: two small announcements

First, the primary branch of the project has been changed to main. To enact the same change locally:

git branch -m master main
git checkout main
git pull origin main

Second, pdpyras will no longer support Python 2.7 as of June 21, 2021. This means we will no longer release any new versions of pdpyras that support Python 2.7 after that date. This comes for a few reasons, but the essence of it is removing encumbrances to future development.