Skip to content

Commit 7d5fb7f

Browse files
committed
CI: add python 3.10 as regular target
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 825c1b4 commit 7d5fb7f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest]
16-
python-version: ['3.8', '3.9']
16+
python-version: ['3.8', '3.9', '3.10']
1717
experimental: [false]
18-
include:
19-
- os: ubuntu-latest
20-
python-version: '3.10.0-alpha - 3.10.0'
21-
experimental: true
18+
# include:
19+
# - os: ubuntu-latest
20+
# python-version: '3.10.0-alpha - 3.10.0'
21+
# experimental: true
2222

2323
steps:
2424
- name: Checkout code

0 commit comments

Comments
 (0)