File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- name : Check out code
19
19
uses : actions/checkout@v4
20
20
21
- - name : Set up Python 3.12
21
+ - name : Set up Python 3.10
22
22
uses : actions/setup-python@v5
23
23
with :
24
- python-version : ' 3.12 '
24
+ python-version : ' 3.10 '
25
25
26
26
- name : Install uv
27
27
run : |
30
30
31
31
- name : Sync dependencies
32
32
run : uv sync --all-groups
33
+
34
+ - name : Install dependencies
35
+ run : uv pip install -e .
33
36
34
37
- name : Run tests
35
38
id : test
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.2.1 ] - 2025-07-14
8
+ ## [ 0.1.6 ] - 2025-07-14
9
9
10
10
### Changed
11
11
- ** BREAKING CHANGE** : Updated Python version requirement from ` >=3.12 ` to ` ==3.10 ` for improved backwards compatibility
You can’t perform that action at this time.
0 commit comments