11[build-system ]
2- requires = [" setuptools>=42 " , " wheel" , " setuptools_scm[toml]>=6.2" ]
2+ requires = [" setuptools>=78.1.1 " , " wheel" , " setuptools_scm[toml]>=6.2" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -9,23 +9,23 @@ readme = "README.rst"
99authors = [
1010 {name = " The Borg Collective (see AUTHORS file)" , email = " borgbackup@python.org" }
1111]
12- license = {text = " BSD" }
12+ license = " BSD-3-Clause"
13+ license-files = [" LICENSE" , " AUTHORS" ]
1314classifiers = [
1415 " Development Status :: 3 - Alpha" ,
1516 " Environment :: Console" ,
1617 " Intended Audience :: System Administrators" ,
17- " License :: OSI Approved :: BSD License" ,
1818 " Operating System :: POSIX :: Linux" ,
1919 " Programming Language :: Python" ,
2020 " Programming Language :: Python :: 3" ,
21- " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
2524 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2626 " Topic :: System :: Archiving :: Backup" ,
2727]
28- requires-python = " >=3.9 "
28+ requires-python = " >=3.10 "
2929dynamic = [" version" ]
3030
3131[project .urls ]
@@ -46,7 +46,7 @@ where = ["src"]
4646write_to = " src/borg_import/_version.py"
4747
4848[tool .pytest ]
49- python_files = " testsuite/*.py"
49+ python_files = [ " testsuite/*.py" ]
5050testpaths = [" src" ]
5151
5252[tool .flake8 ]
@@ -70,7 +70,7 @@ exclude_lines = [
7070ignore_errors = true
7171
7272[tool .tox ]
73- env_list = [" py39 " , " py310" , " py311" , " py312" , " py313" , " flake8" , " black" ]
73+ env_list = [" py310" , " py311" , " py312" , " py313" , " py314 " , " flake8" , " black" ]
7474
7575[tool .tox .env_run_base ]
7676package = " editable-legacy"
@@ -81,7 +81,7 @@ passenv = ["*"]
8181[tool .tox .env_pkg_base ]
8282passenv = [" *" ]
8383
84- [tool .tox .env ."py{39, 310,311,312,313}" ]
84+ [tool .tox .env ."py{310,311,312,313,314 }" ]
8585
8686[tool .tox .env .flake8 ]
8787commands = [[" flake8" ]]
0 commit comments