aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-03-25 13:08:53 +0300
committerArthur Zamarin <arthurzam@gmail.com>2022-03-25 13:16:53 +0300
commit7d5fb7feb07903e4279a152fe0dc5eba1250a53f (patch)
treedbffc64b38d4603f82322f366a7860dc45d7a544
parentAdd pkgdev showkw tests (diff)
downloadpkgdev-7d5fb7feb07903e4279a152fe0dc5eba1250a53f.tar.gz
pkgdev-7d5fb7feb07903e4279a152fe0dc5eba1250a53f.tar.bz2
pkgdev-7d5fb7feb07903e4279a152fe0dc5eba1250a53f.zip
CI: add python 3.10 as regular target
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--.github/workflows/test.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 07335a2..734b3a9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
- python-version: ['3.8', '3.9']
+ python-version: ['3.8', '3.9', '3.10']
experimental: [false]
- include:
- - os: ubuntu-latest
- python-version: '3.10.0-alpha - 3.10.0'
- experimental: true
+ # include:
+ # - os: ubuntu-latest
+ # python-version: '3.10.0-alpha - 3.10.0'
+ # experimental: true
steps:
- name: Checkout code