Skip to content

Commit

Permalink
Remove 3.13-dev until we update sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Mar 15, 2024
1 parent 38a752c commit bc627c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13-dev'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -35,15 +34,18 @@ jobs:
- name: Install apt deps
run: sudo apt-get update && sudo apt-get install -qq -y libxml2-dev libxslt1-dev

- name: Install dependencies
run: |
pip install -U pip wheel
pip install -Ur requirements-dev.txt
- name: Test with pytest
run: pytest
env:
PYTHONDEVMODE: 1
PYTHONPATH: .

- uses: codecov/codecov-action@v4
with:
name: build-${{ matrix.python-ver }}
Expand Down

0 comments on commit bc627c7

Please sign in to comment.