diff options
author | 2024-03-04 16:27:02 +0000 | |
---|---|---|
committer | 2024-03-18 10:32:20 +0000 | |
commit | 070255c39c908c961d47c3b72aa63061a1626913 (patch) | |
tree | d304e7f8131fc4fe25646f147e85134ba0ec06c8 /.github/workflows | |
parent | Add support for Python 3.12 (diff) |
Drop support for Python 3.10
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 4aab48d5..414bfb03 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ["3.10", "3.11", "3.12"] + python_version: ["3.11", "3.12"] name: Run Linting & Test Suites runs-on: ubuntu-latest |