Compatibility with python 3.13 (#3246)

- fix unit tests (logging now uses time.time_ns() instead of time.time())
- update setup.py
- update tox.ini
- enable unix and behave tests with 3.13

Close https://github.com/patroni/patroni/issues/3243
This commit is contained in:
Alexander Kukushkin
2025-01-20 08:58:12 +01:00
committed by GitHub
parent 3938bb9a16
commit 7db7dfd3c5
5 changed files with 26 additions and 11 deletions
+1
View File
@@ -49,6 +49,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
]