-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add python 3.13 to CI * remove codecoverage * reorganize the CI so that it supports different python versions via lockfiles * fix path for CI testing * fix CI variable * fix publishpypi * Address PR review comments. * Add script to automatically update lockfiles. * Automatically update lockfiles. * Update GitHub Actions with dependabot. * Remove unused links from README. * Remove extra spaces between badges. * Update change log. * Remove overspecified version constraint. --------- Co-authored-by: Joshua A. Anderson <joaander@umich.edu>
- Loading branch information
Showing
22 changed files
with
166 additions
and
86 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
target-branch: trunk | ||
schedule: | ||
interval: "monthly" | ||
time: "07:00" | ||
timezone: "EST5EDT" | ||
pull-request-branch-name: | ||
separator: "-" | ||
open-pull-requests-limit: 2 | ||
reviewers: | ||
- joaander | ||
groups: | ||
actions-version: | ||
applies-to: version-updates | ||
patterns: | ||
- '*' | ||
actions-security: | ||
applies-to: security-updates | ||
patterns: | ||
- '*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
build |
6 changes: 3 additions & 3 deletions
6
.github/workflows/requirements-build.txt → ...flows/environments/requirements-build.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile requirements-build.in | ||
build==1.1.1 | ||
# uv pip compile --python-version 3.13 --python-platform linux requirements-build.in | ||
build==1.2.2.post1 | ||
# via -r requirements-build.in | ||
packaging==24.1 | ||
# via build | ||
pyproject-hooks==1.1.0 | ||
pyproject-hooks==1.2.0 | ||
# via build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python-version 3.10 --python-platform linux requirements-test.in | ||
exceptiongroup==1.2.2 | ||
# via pytest | ||
iniconfig==2.0.0 | ||
# via pytest | ||
numpy==2.1.2 | ||
# via | ||
# -r requirements-test.in | ||
# scipy | ||
packaging==24.1 | ||
# via pytest | ||
pluggy==1.5.0 | ||
# via pytest | ||
pytest==8.3.3 | ||
# via -r requirements-test.in | ||
scipy==1.14.1 | ||
# via -r requirements-test.in | ||
tomli==2.0.2 | ||
# via pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python-version 3.11 --python-platform linux requirements-test.in | ||
iniconfig==2.0.0 | ||
# via pytest | ||
numpy==2.1.2 | ||
# via | ||
# -r requirements-test.in | ||
# scipy | ||
packaging==24.1 | ||
# via pytest | ||
pluggy==1.5.0 | ||
# via pytest | ||
pytest==8.3.3 | ||
# via -r requirements-test.in | ||
scipy==1.14.1 | ||
# via -r requirements-test.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python-version 3.12 --python-platform linux requirements-test.in | ||
iniconfig==2.0.0 | ||
# via pytest | ||
numpy==2.1.2 | ||
# via | ||
# -r requirements-test.in | ||
# scipy | ||
packaging==24.1 | ||
# via pytest | ||
pluggy==1.5.0 | ||
# via pytest | ||
pytest==8.3.3 | ||
# via -r requirements-test.in | ||
scipy==1.14.1 | ||
# via -r requirements-test.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python-version 3.13 --python-platform linux requirements-test.in | ||
iniconfig==2.0.0 | ||
# via pytest | ||
numpy==2.1.2 | ||
# via | ||
# -r requirements-test.in | ||
# scipy | ||
packaging==24.1 | ||
# via pytest | ||
pluggy==1.5.0 | ||
# via pytest | ||
pytest==8.3.3 | ||
# via -r requirements-test.in | ||
scipy==1.14.1 | ||
# via -r requirements-test.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python-version 3.9 --python-platform linux requirements-test.in | ||
exceptiongroup==1.2.2 | ||
# via pytest | ||
iniconfig==2.0.0 | ||
# via pytest | ||
numpy==2.0.2 | ||
# via | ||
# -r requirements-test.in | ||
# scipy | ||
packaging==24.1 | ||
# via pytest | ||
pluggy==1.5.0 | ||
# via pytest | ||
pytest==8.3.3 | ||
# via -r requirements-test.in | ||
scipy==1.13.1 | ||
# via -r requirements-test.in | ||
tomli==2.0.2 | ||
# via pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
numpy | ||
pytest | ||
scipy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
# Execute this script to update all lock files to the latest versions of dependencies. | ||
|
||
rm requirements*.txt | ||
|
||
for python_version in 3.9 3.10 3.11 3.12 3.13 | ||
do | ||
uv pip compile --python-version ${python_version} --python-platform linux requirements-test.in > requirements-test-${python_version}.txt | ||
done | ||
|
||
uv pip compile --python-version 3.13 --python-platform linux requirements-build.in > requirements-build.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Update uv lockfiles | ||
|
||
on: | ||
schedule: | ||
- cron: '0 12 1 * *' | ||
|
||
workflow_dispatch: | ||
|
||
jobs: | ||
update: | ||
uses: glotzerlab/workflows/.github/workflows/update-uv-lockfiles.yaml@e130dd2814c7db5635babe4427dedcbd5aab76d4 # 0.5.0 | ||
secrets: inherit | ||
with: | ||
branch: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.