diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 47f72529..94fba454 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -22,7 +22,7 @@ on: description: "Python versions to test (JSON array, e.g. '[\"3.11\", \"3.12\"]')" required: false type: string - default: '["3.10", "3.11", "3.12", "3.13"]' + default: '["3.10", "3.11", "3.12", "3.13", "3.14"]' operating_systems: description: "Operating systems to test (JSON array, e.g. '[\"ubuntu-latest\", \"macos-latest\"]')" required: false diff --git a/pyproject.toml b/pyproject.toml index 98ce1e02..5210418f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ { name = "Serwan Asaad", email = "serwan.asaad@quantum-machines.co" }, ] license = { text = "BSD-3-Clause" } -requires-python = ">=3.10,<3.14" +requires-python = ">=3.10,<3.15" readme = "README.md" classifiers = [