diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index f552074..a14d53a 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -12,6 +12,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4 diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml index e8b1b89..73139bc 100644 --- a/libs/core/pyproject.toml +++ b/libs/core/pyproject.toml @@ -11,7 +11,8 @@ classifiers = [ "Intended Audience :: Developers", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] diff --git a/libs/server/pyproject.toml b/libs/server/pyproject.toml index 376baee..7db1304 100644 --- a/libs/server/pyproject.toml +++ b/libs/server/pyproject.toml @@ -12,7 +12,8 @@ classifiers = [ "Intended Audience :: Developers", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [