diff options
author | 2022-08-22 16:40:36 +0100 | |
---|---|---|
committer | 2023-02-10 00:26:27 +0000 | |
commit | 3c24f33bbbb1166b4bad1614174e82049871214a (patch) | |
tree | 026bda0c19a4e9065e55a391735a8667f7b74617 /.github | |
parent | Use 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.yml | 2 |
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 |