Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neaten up README.md a little #235

Merged
merged 16 commits into from
Feb 15, 2024
Merged
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
mkangia marked this conversation as resolved.
Show resolved Hide resolved
- run: python setup.py sdist
- run: pip install dist/*
- run: pip install pymysql psycopg2 pyodbc
- run: pip install coverage coveralls
Expand Down
Loading
Loading