ci: run plugins job with python 3.9 instead of 3.7
Latest Django release dropped support for 3.7.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -127,7 +127,7 @@ jobs:
|
||||
use_coverage: true
|
||||
|
||||
- name: "plugins"
|
||||
python: "3.7"
|
||||
python: "3.9"
|
||||
os: ubuntu-latest
|
||||
tox_env: "plugins"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user