Skip to content

Commit

Permalink
Bump to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Nov 9, 2024
1 parent c70f1e8 commit b18fdf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
cache: 'pip'
cache-dependency-path: 'setup.cfg'
- run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
cache: 'pip'
cache-dependency-path: 'requirements-ruff.txt'
- run: make ruffinstall
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- run: make devinstall
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- run: make devinstall
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = 'time-lapse'
version = '7.0'
description = 'Time-lapse movie assembly'
readme = 'README.md'
requires-python = '>=3.11'
requires-python = '>=3.13'
license = {file = 'LICENSE'}
authors = [
{name = 'Arne de Laat', email = '[email protected]'},
Expand Down

0 comments on commit b18fdf4

Please sign in to comment.