loguru/.github
Dave Hall 9311c763bb
Test against Python 3.12 (non-dev) and 3.13 (dev) (#1079)
* Testing against Python 3.12 (non-dev) and Python 3.13 (dev)

* Marking `3.13-dev` tests as failable

* Fixing `test_pickling` tests for Python 3.13.

The `Handler.lock` is substituted for a `nullcontext`, keeping Python 3.13 happy. A no-op stub for `Handler.release` is added, keeping all other Python versions happy.

* Fixing `test_pickling` tests for Python 3.13.

The `Handler.lock` is substituted for a `MockLock`, keeping Python 3.13 happy. A no-op stub for `Handler.release` is added, keeping all other Python versions happy.
2024-02-17 12:14:22 +01:00
..
workflows Test against Python 3.12 (non-dev) and 3.13 (dev) (#1079) 2024-02-17 12:14:22 +01:00
SECURITY.md Move "SECURITY.md" to ".github" subfolder 2022-06-19 10:11:12 +02:00
dependabot.yml Fix Yaml linter in Dependabot file 2023-03-03 19:02:50 +01:00