diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 17442612..f29b6bb2 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ "3.12" ] + python-version: [ "3.13" ] tox-env: [ "test", "lint", "formatcheck", "typecheck", "test_packaging", "dev" ] name: ${{ matrix.tox-env }} runs-on: ${{ matrix.os }} diff --git a/pyproject.toml b/pyproject.toml index 619b8777..b323f4b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,16 +11,16 @@ build-backend = "hatchling.build" [project] dependencies = [ - "click>=8.0.0", - "colorlog>=6.7.0", - "more_itertools>=10.4.0", - "openpyxl>=3.1.1", - "pandas>=1.5.3", - "python-docx>=1.0.0", - "pytz>=2022.7.1", - "pydantic>=2.6.0", - "tomlkit>=0.11.6", - "xlsxwriter>=3.0.8", + "click>=8.1.7", + "colorlog>=6.9.0", + "more_itertools>=10.5.0", + "openpyxl>=3.1.5", + "pandas>=2.2.3", + "python-docx>=1.1.2", + "pytz>=2024.2", + "pydantic>=2.9.2", + "tomlkit>=0.13.2", + "xlsxwriter>=3.2.0", "efoli>=1.4.0", ] @@ -40,6 +40,7 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dynamic = ["readme", "version"]