Skip to content

Commit ddeb85f

Browse files
committed
Tox
1 parent 154d1d1 commit ddeb85f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Set up Python"
1616
uses: "actions/setup-python@v6"
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.12"
1919
- name: "install linting tooling"
2020
continue-on-error: true
2121
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dynamic = ["version", "dependencies"]
55
description = "Orcfax validator node - Orcfax Node"
66
readme = "README.md"
77

8-
requires-python = ">=3.9"
8+
requires-python = ">=3.11"
99

1010
authors = [
1111
{name = "R. Spencer", email = "ross@orcfax.io" },

0 commit comments

Comments
 (0)