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 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : ["3.10 "]
14+ python-version : ["3.12 "]
1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up Python ${{ matrix.python-version }}
4040 - name : Set up Python
4141 uses : actions/setup-python@v4
4242 with :
43- python-version : " 3.10 "
43+ python-version : " 3.12 "
4444 - name : Install uv
4545 uses : astral-sh/setup-uv@v3
4646 with :
5050 uses : actions/cache@v4
5151 with :
5252 path : .venv
53- key : venv-${{ runner.os }}-3.10 -${{ hashFiles('**/uv.lock') }}
53+ key : venv-${{ runner.os }}-3.12 -${{ hashFiles('**/uv.lock') }}
5454 - name : Install dependencies
5555 run : uv sync
5656 - name : Build package
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ PyYAML = "^6.0.1"
2020requires = [" poetry-core" ]
2121build-backend = " poetry.core.masonry.api"
2222
23+ [project ]
24+ requires-python = " >=3.12"
25+
2326[dependency-groups ]
2427dev = [
2528 " boxsdk>=10.3.0" ,
You can’t perform that action at this time.
0 commit comments