We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b82a7 commit b22ea62Copy full SHA for b22ea62
.github/workflows/branchbuild.yml
.github/workflows/releasebuild.yml renamed to .github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Full Build
+name: Build
2
3
4
on:
@@ -29,8 +29,8 @@ jobs:
29
# The cythonized files allow installation from the sdist without cython
30
- name: Generate cython
31
run: |
32
- chmod +x ./src/cython/generate.sh
33
- ./src/cython/generate.sh
+ chmod +x ./src/cydifflib/generate.sh
+ ./src/cydifflib/generate.sh
34
35
- name: Build sdist
36
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.2.0] - 2025-04-11
+### 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
+
10
## [1.1.0] - 2024-02-03
11
### Changed
12
- drop support for Python 3.6
0 commit comments