Skip to content

Commit 9e273e5

Browse files
committed
require python 3.10 in the tests, too
1 parent 2f0e55b commit 9e273e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10"]
11+
python-version: ["3.10"]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[tool.black]
22
target-version = ["py310"]
33
skip-string-normalization = true
4+
experimental-string-processing = true
45
color = true

0 commit comments

Comments
 (0)