We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0ffbe commit 34819e7Copy full SHA for 34819e7
.github/workflows/python.yml
@@ -19,10 +19,10 @@ jobs:
19
steps:
20
- name: Check out Git repository
21
uses: actions/checkout@v2
22
- - name: Set up Python 3.9
+ - name: Set up Python 3.11
23
uses: actions/setup-python@v2
24
with:
25
- python-version: 3.9
+ python-version: 3.11.2
26
- uses: actions/cache@v2
27
28
path: ~/.cache/pip
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.black]
2
line-length = 100
3
-target_version = ['py39']
+target_version = ['py311']
4
include = '\.pyi?$'
5
6
[tool.ruff]
tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py39
+envlist = py311
[testenv]
deps =
0 commit comments