aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2023-09-04 15:58:05 +0100
committerGravatar Joe Banks <[email protected]>2023-09-04 15:58:05 +0100
commitf7e8be5f3ce02b65629a3528ec2f711c627068f1 (patch)
tree4fd044735cb5bfc8b375a3cab473be9610fa43d5 /.github
parentOnly trigger CI on release for published releases (diff)
Bump Python versions to 3.11
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index f216266..99d752b 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
- name: Install Python Dependencies
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.1
with:
- python_version: '3.10'
+ python_version: '3.11'
- name: Lint code with ruff
run: ruff check --format=github .