Skip to content

Commit

Permalink
Merge pull request #235 from dimagi/nh/readme
Browse files Browse the repository at this point in the history
Neaten up README.md a little
  • Loading branch information
kaapstorm authored Feb 15, 2024
2 parents 45f3c55 + a2f0bf6 commit 6f7a0c8
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 113 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- 5432:5432
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -47,8 +47,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: sudo apt-get install pandoc
- run: python setup.py sdist
- run: pip install --upgrade pip
- run: pip install setuptools
- run: python setup.py sdist
- run: pip install dist/*
- run: pip install pymysql psycopg2 pyodbc
- run: pip install coverage coveralls
Expand Down
Loading

0 comments on commit 6f7a0c8

Please sign in to comment.