diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 1ec634f7..2cecea85 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index cf5917f5..452e7bc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,16 +10,15 @@ classifiers = [ "Topic :: Scientific/Engineering :: Image Recognition", "Topic :: Scientific/Engineering :: Bio-Informatics", "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [ "acres", "dipy >= 1.10.0", - 'importlib_resources; python_version < "3.9"', # jinja2 imports deprecated function removed in 2.1 "markupsafe ~= 2.0.1", "matplotlib", "migas >= 0.4.0",