Skip to content

Commit

Permalink
ci: use py312
Browse files Browse the repository at this point in the history
  • Loading branch information
JamzumSum committed Feb 2, 2024
1 parent 3063c93 commit 5940e25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: saturday
interval: daily
versioning-strategy: increase-if-necessary

- package-ecosystem: docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: poetry

- name: Install Library and Build HTML
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: poetry

- name: Install and Test
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ line-length = 99
target-version = ['py311']

[tool.pyright]
pythonVersion = "3.11"
pythonVersion = "3.12"
pythonPlatform = "All"

0 comments on commit 5940e25

Please sign in to comment.