diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8e4d4323..42cba4e2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -82,7 +82,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.14" - name: Install linting packages run: pip install -r ./requirements/linting.txt @@ -97,7 +97,7 @@ jobs: if: ${{ needs.pytest-changes.outputs.changed == 'true' }} strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] pytest-version: ["7.*", "8.*", "9.*"] exclude: # pytest 9 supports Python >= 3.10 @@ -137,7 +137,7 @@ jobs: strategy: matrix: package: ${{ fromJSON(needs.other-changes.outputs.packages) }} - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] exclude: - package: allure-pytest env: diff --git a/allure-behave/setup.py b/allure-behave/setup.py index 2fd05e97..cef8b040 100644 --- a/allure-behave/setup.py +++ b/allure-behave/setup.py @@ -18,6 +18,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] setup_requires = [ diff --git a/allure-nose2/setup.py b/allure-nose2/setup.py index 11c4babc..e6b4021b 100644 --- a/allure-nose2/setup.py +++ b/allure-nose2/setup.py @@ -17,6 +17,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] setup_requires = [ diff --git a/allure-pytest-bdd/setup.py b/allure-pytest-bdd/setup.py index 6f7553d2..1feb42e9 100644 --- a/allure-pytest-bdd/setup.py +++ b/allure-pytest-bdd/setup.py @@ -19,6 +19,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] setup_requires = [ diff --git a/allure-pytest/setup.py b/allure-pytest/setup.py index ce0016bf..920e061f 100644 --- a/allure-pytest/setup.py +++ b/allure-pytest/setup.py @@ -18,6 +18,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] setup_requires = [ diff --git a/allure-python-commons-test/setup.py b/allure-python-commons-test/setup.py index 3d5eb5d7..a1a411b8 100644 --- a/allure-python-commons-test/setup.py +++ b/allure-python-commons-test/setup.py @@ -17,6 +17,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] install_requires = [ diff --git a/allure-python-commons/setup.py b/allure-python-commons/setup.py index f20db001..1343c1db 100644 --- a/allure-python-commons/setup.py +++ b/allure-python-commons/setup.py @@ -17,6 +17,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] install_requires = [ diff --git a/allure-robotframework/setup.py b/allure-robotframework/setup.py index 9cb42fe7..5a5c6301 100644 --- a/allure-robotframework/setup.py +++ b/allure-robotframework/setup.py @@ -19,6 +19,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] setup_requires = [