Skip to content

Commit

Permalink
Merge PR #652
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jan 9, 2025
2 parents 05de5c0 + 6630e03 commit 535b74e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.6'
python-version: '3.13.1'
cache: poetry

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/source-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13

- name: Install python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.6'
python-version: '3.13.1'
cache: poetry

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.6'
python-version: '3.13.1'
cache: poetry

- name: Install dependencies
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ packages = [
[tool.poetry.group.dev.dependencies]
pytest = "^8.0"
makefun = "^1.9.5"
pyinstaller = { version = "^6.0", python = "<3.13" }
Sphinx = { version = "^7.2", python = ">=3.9, <3.13" }
pyinstaller = { version = "^6.10", python = "<3.14" }
Sphinx = { version = "^7.2", python = ">=3.9" }
sphinx-rtd-theme = "^1.2.2"
sphinx-autodoc-typehints = "^2"

Expand Down

0 comments on commit 535b74e

Please sign in to comment.