Create pyproject.toml and add python 3.12 to CI
This commit is contained in:
parent
404912f068
commit
7aca280b7d
|
@ -74,6 +74,14 @@ jobs:
|
|||
build-system: 'cmake',
|
||||
enable-asan: 'ON'
|
||||
}
|
||||
- {
|
||||
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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
Loading…
Reference in New Issue