Skip to content

Commit 455c522

Browse files
committed
remove the rest of the python 3.7 stuff
1 parent eb1ec91 commit 455c522

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10", "3.11-dev"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v2
4242
- uses: actions/setup-python@v4
4343
with:
44-
python-version: "3.7"
44+
python-version: "3.8"
4545
- name: Run image
4646
uses: abatilo/[email protected]
4747
with:

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ multi_line_output = 3
3232
combine_as_imports = true
3333

3434
[tool.black]
35-
target-version = ["py37"]
35+
target-version = ["py38"]
3636
preview = true
3737
skip-magic-trailing-comma = true
3838

0 commit comments

Comments
 (0)