Skip to content

Commit

Permalink
Bump CI to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hypergonial committed Dec 12, 2023
1 parent 6844aa1 commit 0116e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: check formatting via nox
run: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
exclude = ["examples", "docs", "build"]
select = ["E", "F", "I"]
ignore = ["F405", "F403", "E501"]
fixable = ["I"]
line-length = 120
target-version = "py311"

Expand Down

0 comments on commit 0116e9b

Please sign in to comment.