Skip to content

Commit

Permalink
Run tests on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Sep 30, 2022
1 parent 9a0cb41 commit 7fab34c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test-linux:
strategy:
matrix:
python-version: [3.9, '3.10']
python-version: [3.8, 3.9, '3.10']

runs-on: ubuntu-latest

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ classifiers =
Topic :: Software Development
Topic :: Utilities
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10

[options]
packages = flexparser
zip_safe = True
include_package_data = True
python_requires = >=3.7
python_requires = >=3.8

setup_requires =
setuptools
Expand Down

0 comments on commit 7fab34c

Please sign in to comment.