Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Migrate project to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed Oct 3, 2023
1 parent 3a54029 commit cfbf328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- name: "Set up private packages SSH keys"
uses: webfactory/[email protected]
with:
Expand All @@ -56,7 +56,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- name: "Set up private packages SSH keys"
uses: webfactory/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.black]
line-length = 100
target-version = ['py311']
target-version = ['py312']
include = '\.pyi?$'
exclude = '''
(
Expand Down

0 comments on commit cfbf328

Please sign in to comment.