We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fd444 commit eed992dCopy full SHA for eed992d
2 files changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
test:
7
strategy:
8
matrix:
9
- version: ['3.9', '3.13']
+ version: ['3.10', '3.13']
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
.github/workflows/publish.yml
@@ -12,11 +12,11 @@ jobs:
- name: Set up Python
13
uses: actions/setup-python@v4
14
with:
15
- python-version: '3.9'
+ python-version: '3.10'
16
- name: Install uv
17
uses: astral-sh/setup-uv@v6
18
19
20
version: '0.8.8'
21
- name: Install dependencies
22
run: uv sync
0 commit comments