Skip to content

Commit 70e1f27

Browse files
authored
Upgrade to ada 3.4.1, deprecate EOL Python 3.9, add wheels for Python 3.14 (#120)
1 parent 9248dcc commit 70e1f27

File tree

6 files changed

+1851
-711
lines changed

6 files changed

+1851
-711
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: "3.9"
28+
python-version: "3.10"
2929
- name: Install dependencies
3030
run: |
3131
make requirements

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v4
35-
- name: Set up Python 3.9
35+
- name: Set up Python 3.10
3636
uses: actions/setup-python@v5
3737
with:
38-
python-version: "3.9"
38+
python-version: "3.10"
3939
- name: Install dependencies
4040
run: |
4141
make requirements

0 commit comments

Comments
 (0)