Skip to content

Commit

Permalink
uv lock --upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Dec 3, 2024
1 parent 3d72b40 commit edadacc
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 491 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
fail-fast: false
matrix:

python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

# Not being able to install with conda on a specific Python version is
# not sufficient to fail the run, but something we want to be aware of.
Expand Down
5 changes: 4 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ dependencies:
- python~=3.9
- alembic~=1.2
- archive-path~=0.4.2
- circus~=0.18.0
- pip
- pip:
- --extra-index-url https://test.pypi.org/simple/
- circus==0.19.0
- click-spinner~=0.1.8
- click~=8.1
- disk-objectstore~=1.2
Expand Down
Loading

0 comments on commit edadacc

Please sign in to comment.