Skip to content

Commit

Permalink
force python 3 in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
azoner committed May 28, 2021
1 parent da19058 commit 1431bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

setup(
name="pyx12",
version="3.0.0rc1",
python_requires='>=3.6',
version="3.0.0rc2",
long_description=LONG_DESCRIPTION,
license='BSD',
description="HIPAA X12 validator, parser and converter",
Expand Down

0 comments on commit 1431bf1

Please sign in to comment.