Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 856b753

Browse files
committed
ci: Include Python 3.9 in CI
1 parent 1cb7fd0 commit 856b753

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/default.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.7, 3.8]
11+
python-version: [3.7, 3.8, 3.9]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
python-version: [3.8]
43+
python-version: [3.9]
4444
steps:
4545
- uses: actions/checkout@v2
4646
- name: Set up Python ${{ matrix.python-version }}
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
os: [ubuntu-latest, macos-latest, windows-latest]
76-
python-version: [3.7, 3.8]
76+
python-version: [3.7, 3.8, 3.9]
7777
steps:
7878
- uses: actions/checkout@v2
7979
- name: Set up Python ${{ matrix.python-version }}
@@ -115,10 +115,10 @@ jobs:
115115
runs-on: ubuntu-latest
116116
steps:
117117
- uses: actions/checkout@v2
118-
- name: Set up Python 3.8
118+
- name: Set up Python 3.9
119119
uses: actions/setup-python@v2
120120
with:
121-
python-version: 3.8
121+
python-version: 3.9
122122
- name: Cache pip packages
123123
uses: actions/cache@v2
124124
with:

.github/workflows/timeline-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
12-
- name: Set up Python 3.8
12+
- name: Set up Python 3.9
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.8
15+
python-version: 3.9
1616
- name: Cache pip packages
1717
uses: actions/cache@v2
1818
with:

0 commit comments

Comments
 (0)