diff --git a/CHANGES.rst b/CHANGES.rst index c515b87..ee16c1c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -Version x.x.x (not released yet) +Version 0.3.1 (not released yet) -------------------------------- Bug fixes: @@ -10,7 +10,8 @@ Bug fixes: Other changes: -- use a spdx license expression to avoid pip warnings +- add support for Python 3.14, remove 3.9 +- use SPDX license identifier, require a recent setuptools - CI: - add sftp store testing, #64 diff --git a/LICENSE.rst b/LICENSE.rst index 51c0191..ba63d8b 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -1,4 +1,4 @@ -Copyright (C) 2024 Thomas Waldmann +Copyright (C) 2025 Thomas Waldmann All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/pyproject.toml b/pyproject.toml index f5ce26d..41889ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ none = [] Homepage = "https://github.com/borgbackup/borgstore" [build-system] -requires = ["setuptools", "setuptools_scm[toml]>=6.2"] +requires = ["setuptools>=78.1.1", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [tool.setuptools_scm]