diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index e17189af..a5894be3 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-22.04, windows-latest] - python-version: [3.8, 3.9, "3.10", 3.11] + python-version: [3.8, 3.9, "3.10", 3.11, 3.12] steps: - uses: actions/checkout@v3 with: diff --git a/pyproject.toml b/pyproject.toml index 47410815..a9fe61ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", ] -requires-python = ">=3.8.1, <3.12" +requires-python = ">=3.8.1" dependencies = [ # v1.4 does not pass tests "sqlalchemy >=1.3, <1.4",