Skip to content

Commit

Permalink
Target python 3.11 (#3002)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Feb 16, 2023
1 parent 7e0ffbe commit 34819e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11.2
- uses: actions/cache@v2
with:
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.black]
line-length = 100
target_version = ['py39']
target_version = ['py311']
include = '\.pyi?$'

[tool.ruff]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39
envlist = py311

[testenv]
deps =
Expand Down

0 comments on commit 34819e7

Please sign in to comment.