Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
lociii committed Nov 20, 2024
1 parent 295092d commit d565260
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@ jobs:
python-version:
- "3.11"
- "3.12"
- "3.13"
django:
- "4.0"
- "4.2"
- "5.0"
- "5.1"
exclude:
- python-version: "3.13"
django: "4.2"
- python-version: "3.13"
django: "5.0"

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
temporalio==1.6.0
setuptools==70.3.0
temporalio==1.8.0
setuptools==75.5.0
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements-ci.txt
Django==5.0.8
Django==5.1.3
bumpversion==0.6.0
build==1.2.1
build==1.2.2

0 comments on commit d565260

Please sign in to comment.