Skip to content

Commit

Permalink
Merge pull request #1 from JKatzwinkel/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-4.7.0

Bump actions/setup-python from 4.6.0 to 4.7.0
  • Loading branch information
JKatzwinkel authored Jul 18, 2023
2 parents f7ed8c9 + 5a8c701 commit 1dd241d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.7.0
with:
python-version: '3.11'
python-version-file: pyproject.toml

- name: install
run: pip install --user .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.7.0
with:
python-version: '3.11'
python-version-file: pyproject.toml

- name: install dev dependencies
run: pip install --user .[dev]
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ version = '0.0.0'
dependencies = [
'delb[https-loader]'
]
requires-python = '>=3.9.0'


[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 1dd241d

Please sign in to comment.