projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10fd5cf
)
CI: add CPython 3.9 to test matrix.
author
whitequark
<whitequark@whitequark.org>
Fri, 6 Nov 2020 01:41:35 +0000
(
01:41
+0000)
committer
whitequark
<whitequark@whitequark.org>
Fri, 6 Nov 2020 01:41:41 +0000
(
01:41
+0000)
.github/workflows/main.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/main.yaml
b/.github/workflows/main.yaml
index cbc50d6fdde4ea42b6d30c01370efdea83f330dd..52a827d9f98bd5aa7920dfe69ddcb9d5d563a91b 100644
(file)
--- a/
.github/workflows/main.yaml
+++ b/
.github/workflows/main.yaml
@@
-8,7
+8,7
@@
jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.6', '3.7', '3.8', pypy3]
+ python-version: ['3.6', '3.7', '3.8',
'3.9',
pypy3]
steps:
- name: Check out source code
uses: actions/checkout@v2