Skip to content

Commit b22ea62

Browse files
committed
fix ci
1 parent b9b82a7 commit b22ea62

File tree

3 files changed

+10
-39
lines changed

3 files changed

+10
-39
lines changed

.github/workflows/branchbuild.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/releasebuild.yml renamed to .github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Full Build
1+
name: Build
22

33

44
on:
@@ -29,8 +29,8 @@ jobs:
2929
# The cythonized files allow installation from the sdist without cython
3030
- name: Generate cython
3131
run: |
32-
chmod +x ./src/cython/generate.sh
33-
./src/cython/generate.sh
32+
chmod +x ./src/cydifflib/generate.sh
33+
./src/cydifflib/generate.sh
3434
3535
- name: Build sdist
3636
run: |

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0] - 2025-04-11
4+
### Changed
5+
- drop support for Python 3.8
6+
- drop support for Python 3.9
7+
- add support for Python 3.13
8+
- switch from `scikit-build` to `scikit-build-core`
9+
310
## [1.1.0] - 2024-02-03
411
### Changed
512
- drop support for Python 3.6

0 commit comments

Comments
 (0)