aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-09 20:30:12 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-09 20:30:12 +0200
commitd62b5f79361ad7394b0ecc74d282d35c2a640812 (patch)
treeee150ef84ff984e1cd20959ef64f993fe2462bde /.github
parentNonPosixHeadTailUsage: new check (diff)
downloadpkgcheck-d62b5f79361ad7394b0ecc74d282d35c2a640812.tar.gz
pkgcheck-d62b5f79361ad7394b0ecc74d282d35c2a640812.tar.bz2
pkgcheck-d62b5f79361ad7394b0ecc74d282d35c2a640812.zip
drop py3.8 and make py3.11 official
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/test.yml12
2 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f6ddf1e1..3bb70cb1 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- pyver: [cp38, cp39, cp310, cp311]
+ pyver: [cp39, cp310, cp311]
steps:
- name: Checkout code
uses: actions/checkout@v3
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9412c4f1..5af0c3a3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,16 +13,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: ['3.8', '3.9', '3.10']
+ python-version: ['3.9', '3.10', '3.11']
deps: [newest-deps]
experimental: [false]
tree-sitter-bash: [bundled]
include:
- - os: ubuntu-latest
- python-version: '3.11.0-beta - 3.11'
- deps: newest-deps
- experimental: true
- tree-sitter-bash: bundled
+ # - os: ubuntu-latest
+ # python-version: '3.11.0-beta - 3.11'
+ # deps: newest-deps
+ # experimental: true
+ # tree-sitter-bash: bundled
- os: ubuntu-latest
python-version: '3.10'
deps: minimal-deps