Skip to content

Commit 2da2b95

Browse files
committed
revert changes and remove .python-version file
1 parent 929185f commit 2da2b95

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ on:
99
branches:
1010
- develop
1111

12+
env:
13+
UV_SYSTEM_PYTHON: true
14+
1215
jobs:
1316
ci:
1417
runs-on: ubuntu-latest
1518
strategy:
1619
fail-fast: false
1720
matrix:
18-
python-version: ["3.12", "3.13", "3.14"]
21+
python-version: ["3.12", "3.13", "3.14-dev"]
1922

2023
steps:
2124
- name: Checkout Repository
2225
uses: actions/checkout@v5
2326

27+
- name: Set up Python ${{ matrix.python-version }}
28+
uses: actions/setup-python@v5
29+
2430
- name: Set up JDK 17
2531
uses: actions/setup-java@v4
2632
with:
@@ -34,7 +40,6 @@ jobs:
3440
uses: astral-sh/setup-uv@v6
3541
with:
3642
activate-environment: true
37-
python-version: ${{ matrix.python-version }}
3843

3944
- name: Setup workspace
4045
run: |

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)