projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c8f06
)
Run tests on Python 3.10.
author
whitequark
<whitequark@whitequark.org>
Fri, 8 Oct 2021 17:48:00 +0000
(17:48 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 31 Dec 2021 19:50:25 +0000
(19:50 +0000)
.github/workflows/main.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/main.yaml
b/.github/workflows/main.yaml
index 43b5afb0ccc08a9c8fdd72f059e1263b8f87df3b..148795f5a33091d43c6065dc93af4a9676610733 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', '3.9', pypy3]
+ python-version: ['3.6', '3.7', '3.8', '3.9',
'3.10',
pypy3]
steps:
- name: Check out source code
uses: actions/checkout@v2