From fd088fc4fa079b43532641c9308e27995b1b0c99 Mon Sep 17 00:00:00 2001 From: Kieran Ryan Date: Wed, 31 Dec 2025 12:34:00 +0000 Subject: [PATCH] chore(ci): test python 3.14 --- .github/workflows/build.yaml | 6 +++--- allure-behave/setup.py | 1 + allure-nose2/setup.py | 1 + allure-pytest-bdd/setup.py | 1 + allure-pytest/setup.py | 1 + allure-python-commons-test/setup.py | 1 + allure-python-commons/setup.py | 1 + allure-robotframework/setup.py | 1 + 8 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 83e7340c..9693756b 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.*"] env: TEST_TMP: /tmp @@ -131,7 +131,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 4eefa3bc..ea7f5b40 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 4d03ddbc..9389be0e 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 4c77133a..fe73afc0 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 de5ea954..e399baab 100644 --- a/allure-pytest/setup.py +++ b/allure-pytest/setup.py @@ -31,6 +31,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 8b7c3266..a1d6e83c 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 75bb2332..a5081b82 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 ca07e98f..44439041 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 = [