Skip to content

Commit

Permalink
deps update (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillp authored Apr 14, 2024
1 parent fa1e17f commit c6a3856
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: [3.8, 3.9, '3.10', '3.11', '3.12']
python-versions: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
# This workflow contains a single job called "build"
release:
name: Create Release
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

strategy:
matrix:
python-versions: ['3.10']
python-versions: ['3.11']

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -23,7 +23,7 @@ repos:
args:
- --in-place
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.7
hooks:
- id: ruff
args: [ --fix ]
Expand Down
Loading

0 comments on commit c6a3856

Please sign in to comment.