From a31efdd0b08121628ba9a99d8c152480bf48ee03 Mon Sep 17 00:00:00 2001 From: m-vdb Date: Fri, 14 Jun 2024 13:29:54 +0200 Subject: [PATCH] add more python versions in the CI --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd20943..1eaf881 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10"] + python-version: [3.8, 3.9, "3.10", 3.11, 3.12] steps: - name: Checkout git repository diff --git a/pyproject.toml b/pyproject.toml index 54fa64f..2b153ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ keywords = ["pep440", "version"] classifiers = ["Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License"] [tool.poetry.dependencies] -python = ">=3.8,<3.11" +python = ">=3.8,<3.13" packaging = ">=21.3,<24" [tool.poetry.dev-dependencies]