Skip to content

Commit ae622c8

Browse files
committed
chore: Test on py313, set UV variables appropriately
1 parent 3513638 commit ae622c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
python-version: ["3.9", "3.10", "3.11", "3.12"]
57+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5858
dependencies: ["latest", "pre"]
5959
marks: ["fast"]
6060
include:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ deps =
7777
extras = tests
7878
setenv =
7979
pre: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
80-
pre: UV_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
80+
pre: UV_INDEX=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
81+
pre: UV_INDEX_STRATEGY=unsafe-best-match
8182
uv_resolution =
8283
min: lowest-direct
8384

0 commit comments

Comments
 (0)