Skip to content

Commit

Permalink
build py313 conda lock file (#1177)
Browse files Browse the repository at this point in the history
* build py313 conda lock file

* add changelog news fragment
  • Loading branch information
bjlittle authored Oct 28, 2024
1 parent 6c18792 commit 81bbca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
version: ["py311", "py312"]
version: ["py311", "py312", "py313"]
session: ["lock"]

steps:
Expand Down
2 changes: 2 additions & 0 deletions changelog/1177.contributor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Extended ``ci-locks`` :fab:`github` Action to support ``py313``.
(:user:`bjlittle`)

0 comments on commit 81bbca0

Please sign in to comment.