diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 818ecbc..6ecae11 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 diff --git a/setup.py b/setup.py index ca39c43..58eab82 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,11 @@ Operating System :: OS Independent Framework :: FastAPI Framework :: Robot Framework -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 +Programming Language :: Python :: 3.14 """.strip().splitlines()