Skip to content

Commit 0e91e6b

Browse files
committed
removed UV_NO_MANAGED_PYTHON and reset push settings
1 parent 5445db7 commit 0e91e6b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ name: Python lint and tests
55

66
on:
77
push:
8-
tags: ["*"]
9-
branches: ["dev"]
108
pull_request:
11-
branches: ["dev"]
9+
branches: ["*"]
1210

1311
jobs:
1412
lint:
@@ -18,7 +16,6 @@ jobs:
1816
UV_COMPILE_BYTECODE: true
1917
UV_NO_EDITABLE: true
2018
UV_NO_PROGRESS: true
21-
UV_NO_MANAGED_PYTHON: true
2219
steps:
2320
- name: Checkout repository
2421
uses: actions/checkout@v5
@@ -62,7 +59,8 @@ jobs:
6259
strategy:
6360
fail-fast: false
6461
matrix:
65-
python-version: ["3.10", "3.11", "3.12"]
62+
python-version: ["3.10", "3.11", "3.12", "3.13"]
63+
6664
steps:
6765
- name: Checkout repository
6866
uses: actions/checkout@v5

0 commit comments

Comments
 (0)