Skip to content

Commit d62b5f7

Browse files
committed
drop py3.8 and make py3.11 official
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent bad3136 commit d62b5f7

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
pyver: [cp38, cp39, cp310, cp311]
55+
pyver: [cp39, cp310, cp311]
5656
steps:
5757
- name: Checkout code
5858
uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
python-version: ['3.8', '3.9', '3.10']
16+
python-version: ['3.9', '3.10', '3.11']
1717
deps: [newest-deps]
1818
experimental: [false]
1919
tree-sitter-bash: [bundled]
2020
include:
21-
- os: ubuntu-latest
22-
python-version: '3.11.0-beta - 3.11'
23-
deps: newest-deps
24-
experimental: true
25-
tree-sitter-bash: bundled
21+
# - os: ubuntu-latest
22+
# python-version: '3.11.0-beta - 3.11'
23+
# deps: newest-deps
24+
# experimental: true
25+
# tree-sitter-bash: bundled
2626
- os: ubuntu-latest
2727
python-version: '3.10'
2828
deps: minimal-deps

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ class build(pkgdist.build):
205205
),
206206
classifiers=[
207207
'License :: OSI Approved :: BSD License',
208-
'Programming Language :: Python :: 3.8',
209208
'Programming Language :: Python :: 3.9',
210209
'Programming Language :: Python :: 3.10',
210+
'Programming Language :: Python :: 3.11',
211211
],
212212
extras_require={
213213
'network': ['requests'],

0 commit comments

Comments
 (0)