Skip to content

Commit

Permalink
Create pyproject.toml and add python 3.12 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 31, 2024
1 parent 1a6921f commit e1108c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
python-version: '3.11',
build-system: 'cmake',
}
- {
name: 'ubuntu-22.04 x64 python3.12 cmake',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.12',
build-system: 'cmake',
}

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit e1108c6

Please sign in to comment.