14
0

- update to 4.2:

* Drop support for Python 3.8.
  * Add preliminary support for Python 3.14 as of 3.14a4.
  * Remove unused setuptools install requirement.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=32
This commit is contained in:
2025-02-25 20:09:39 +00:00
committed by Git OBS Bridge
parent 945bf9a33f
commit 4c9f7cd44a
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 25 20:09:32 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.2:
* Drop support for Python 3.8.
* Add preliminary support for Python 3.14 as of 3.14a4.
* Remove unused setuptools install requirement.
-------------------------------------------------------------------
Mon Feb 10 21:56:01 UTC 2025 - Dirk Müller <dmueller@suse.com>