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:
1818 - name : Check out code
1919 uses : actions/checkout@v4
2020
21- - name : Set up Python 3.12
21+ - name : Set up Python 3.10
2222 uses : actions/setup-python@v5
2323 with :
24- python-version : ' 3.12 '
24+ python-version : ' 3.10 '
2525
2626 - name : Install uv
2727 run : |
3030
3131 - name : Sync dependencies
3232 run : uv sync --all-groups
33+
34+ - name : Install dependencies
35+ run : uv pip install -e .
3336
3437 - name : Run tests
3538 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.2.1 ] - 2025-07-14
8+ ## [ 0.1.6 ] - 2025-07-14
99
1010### Changed
1111- ** 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