Skip to content

Commit

Permalink
Release notes for python2
Browse files Browse the repository at this point in the history
Bundle all the python2 changes into a single release note.
  • Loading branch information
jamielennox committed Jan 22, 2024
1 parent 4f2b86b commit fd727f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions releasenotes/notes/Drop-Python2-Support-44b4ab340c9810b5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
prelude: >
Python 2 support has been deprecated in the wider community for many years.
There have been requests for it to be dropped in requests-mock for a while,
however it has never caused enough development pain to remove it. It is now
getting more difficult to package things like six for operating system and we
should remove it.
upgrade:
- Python 2 is no longer supported. Please move to Python 3.
- The minimum version of requests has been bumped to 2.22.
critical:
- Python 2 is no longer supported. Please move to Python 3.

0 comments on commit fd727f3

Please sign in to comment.