From 6f956281786e224cf0d090aba7a8e31fbc68b045 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Mon, 16 Sep 2024 20:55:59 +0200 Subject: [PATCH] Build on Python 3.11, use ansys-tools-protoc-helper==0.5.0 --- .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 00813ac..25731d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: - main env: - MAIN_PYTHON_VERSION: '3.10' + MAIN_PYTHON_VERSION: '3.11' PACKAGE_NAME: 'ansys-api-acp' jobs: diff --git a/pyproject.toml b/pyproject.toml index 57d6e63..0d328d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.4.0"] +requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.5.0"] build-backend = "setuptools.build_meta:__legacy__"