8000 GitHub Action: Add Python 3.9 · python/pyperformance@342a3f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 342a3f9

Browse files
authored
GitHub Action: Add Python 3.9
1 parent 093a9ee commit 342a3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [windows-latest]
13-
python-version: [3.6, 3.7, 3.8]
13+
python-version: [3.6, 3.7, 3.8, 3.9]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python ${{ matrix.python-version }}
@@ -23,4 +23,4 @@ jobs:
2323
pip install -e .
2424
- name: Run Tests
2525
run: |
26-
python runtests.py
26+
python runtests.py

0 commit comments

Comments
 (0)
0