Skip to content

Commit

Permalink
Merge pull request #51 from oytundemirbilek/dev/torch-with-py312
Browse files Browse the repository at this point in the history
Updated actions
  • Loading branch information
oytundemirbilek committed Feb 28, 2024
2 parents 5a71ff4 + 9ec8654 commit 5c06529
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ updates:
schedule:
# Check for updates to GitHub Actions every month
interval: "monthly"

- package-ecosystem: "pip"
directory: "/"
schedule:
# Check for updates to pip packages every month
interval: "monthly"
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:

Expand Down

0 comments on commit 5c06529

Please sign in to comment.