Skip to content

Commit 5321ce7

Browse files
committed
Bump compat target to 3.8 in setup.py and Github CI
1 parent 53a0650 commit 5321ce7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
-
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: '3.x'
21+
python-version: '3.8'
2222
- name: "Main Script"
2323
run: |
2424
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ['3.6', '3.7', '3.x']
32+
python-version: ['3.8', '3.9', '3.x']
3333
steps:
3434
- uses: actions/checkout@v3
3535
-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'Topic :: Utilities',
1919
],
2020

21-
python_requires="~=3.6",
21+
python_requires="~=3.8",
2222
install_requires=[
2323
"ply>=3.4",
2424
"pycparser>=2.18,<=2.20",

0 commit comments

Comments
 (0)