Skip to content

Commit c19ff44

Browse files
committed
Simply tox file
1 parent 464fbd8 commit c19ff44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
strategy:
1616
matrix:
17-
python-version: ['3.10','3.12','3.13']
17+
python-version: ['3.12','3.13']
1818

1919
steps:
2020
- name: Check out the repository

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.ruff]
22
# Match Black's style
33
line-length = 88
4-
target-version = "py310" # adjust to your minimum supported Python version
4+
target-version = "py312" # adjust to your minimum supported Python version
55

66
# Match Flake8/hacking exclude patterns
77
exclude = [

0 commit comments

Comments
 (0)