14
0

- update to 3.10.0:

* Fixed compatibility with SQLAlchemy 2.0 and bumped minimum
    supported version to 1.4
  * Dropped support for Python versions older than 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=48
This commit is contained in:
2023-02-23 14:34:29 +00:00
committed by Git OBS Bridge
parent 52b9ab00c8
commit 0e7ef83ac8
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 23 14:31:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.10.0:
* Fixed compatibility with SQLAlchemy 2.0 and bumped minimum
supported version to 1.4
* Dropped support for Python versions older than 3.6
-------------------------------------------------------------------
Thu Dec 1 17:48:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>