Skip to content

Commit

Permalink
Use 3.12 in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkircher committed Feb 3, 2024
1 parent d76ee56 commit 7da63ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.11
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
cache: pip

- name: Publish to PyPI using flit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
cache: pip

- name: Test build wheel package
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ show_traceback = True
# Display the codes needed for # type: ignore[code] annotations.
show_error_codes = True

python_version = 3.11
python_version = 3.12

# Stricter type checking.
disallow_untyped_calls = True
Expand Down

0 comments on commit 7da63ec

Please sign in to comment.