mirror of
https://github.com/vale981/melpazoid
synced 2025-03-04 17:01:40 -05:00
upgrade Python to 3.9 in the test workflow
This commit is contained in:
parent
a6e0d6493b
commit
866ebdb5b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6]
|
||||
python-version: [3.9]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
Loading…
Add table
Reference in a new issue