Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 19:48:36 +02:00 committed by Miro Hrončok
parent e19b87e849
commit 94faa7948a

View File

@ -1,6 +1,7 @@
%global _without_tests 1
Name: python-virtualenv
Version: 20.13.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Tool to create isolated Python environments
License: MIT
@ -161,6 +162,9 @@ rm -r tmp_path
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 20.13.4-3
- Bootstrap for Python 3.11
* Mon Jun 06 2022 Lumír Balhar <lbalhar@redhat.com> - 20.13.4-2
- Improve compatibility with Python 3.11
Resolves: rhbz#2093193