File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/collijk/python-package-cookiecutter" ,
3- "commit" : " 6a159105838fc80cba178d2fbcc6185fd3ef8df2 " ,
3+ "commit" : " d86abba2604d3fb06b718d45a83170b6315debde " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
1212 "package_name" : " rra_tools" ,
1313 "project_short_description" : " Common utilities for IHME Rapid Response team pipelines." ,
1414 "_template" : " https://github.com/collijk/python-package-cookiecutter" ,
15- "_commit" : " 6a159105838fc80cba178d2fbcc6185fd3ef8df2 "
15+ "_commit" : " d86abba2604d3fb06b718d45a83170b6315debde "
1616 }
1717 },
1818 "directory" : null
Original file line number Diff line number Diff line change 1+ diff a/.github/workflows/test.yml b/.github/workflows/test.yml (rejected hunks)
2+ @@ -38,7 +38,7 @@ jobs:
3+ strategy:
4+ fail-fast: false
5+ matrix:
6+ - python-version: ["3.10", "3.11", "3.12"]
7+ + python-version: ["3.12", "3.13"]
8+ steps:
9+ - uses: actions/checkout@v4
10+ - uses: ./.github/actions/python-poetry-env
You can’t perform that action at this time.
0 commit comments