Skip to content

Commit

Permalink
Build on Python 3.11, use ansys-tools-protoc-helper>=0.5.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd authored Sep 16, 2024
1 parent 3e07276 commit 86036f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
MAIN_PYTHON_VERSION: '3.10'
MAIN_PYTHON_VERSION: '3.11'
PACKAGE_NAME: 'ansys-api-acp'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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__"

0 comments on commit 86036f3

Please sign in to comment.