Skip to content

Commit

Permalink
Bump compat target to 3.8 in setup.py and Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 20, 2022
1 parent 53a0650 commit 5321ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
-
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.8'
- name: "Main Script"
run: |
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/prepare-and-run-flake8.sh
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.x']
python-version: ['3.8', '3.9', '3.x']
steps:
- uses: actions/checkout@v3
-
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'Topic :: Utilities',
],

python_requires="~=3.6",
python_requires="~=3.8",
install_requires=[
"ply>=3.4",
"pycparser>=2.18,<=2.20",
Expand Down

0 comments on commit 5321ce7

Please # to comment.