Skip to content

Commit d241d3e

Browse files
committed
Changes to build steps.
1 parent 8700413 commit d241d3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Build
22

33
on:
44
push:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest, windows-latest, macos-latest]
30-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
30+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3131

3232
steps:
3333
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core>=0.9.0", "hatchling>=1", "pyawaitable"]
2+
requires = ["scikit-build-core>=0.9.0", "hatchling>=1", "pyawaitable==1.2.0"]
33
build-backend = "hatchling.build"
44

55
[project]

0 commit comments

Comments
 (0)