14
0

- update to 6.2:

* Add preliminary support for Python 3.13 as of 3.13a3.
  * Add support to use the pipe (|) syntax for typing.Union.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=64
This commit is contained in:
2024-03-13 10:01:38 +00:00
committed by Git OBS Bridge
parent 9a58657670
commit 43523b3682
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 13 10:01:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 6.2:
* Add preliminary support for Python 3.13 as of 3.13a3.
* Add support to use the pipe (|) syntax for typing.Union.
-------------------------------------------------------------------
Tue Jan 2 20:59:45 UTC 2024 - Dirk Müller <dmueller@suse.com>