aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-08-22 16:40:36 +0100
committerGravatar Chris Lovering <[email protected]>2023-02-10 00:26:27 +0000
commit3c24f33bbbb1166b4bad1614174e82049871214a (patch)
tree026bda0c19a4e9065e55a391735a8667f7b74617 /.github
parentUse latest bot-core version and bump all deps (diff)
Bump to Python 3.10 and mark version as breaking
The bump to Python3.10 will make existing virtual envs running this project incompatible, so a break change made sense here.
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 a387dbe..5e0676d 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
with:
# Set dev=true to install flake8 extensions, which are dev dependencies
dev: true
- python_version: 3.9
+ python_version: '3.10'
- name: Lint code with Flake8
run: poetry run flake8 . --count --show-source --statistics