Skip to content

Commit bc627c7

Browse files
committed
Remove 3.13-dev until we update sqlalchemy
1 parent 38a752c commit bc627c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- '3.10'
2121
- '3.11'
2222
- '3.12'
23-
- '3.13-dev'
2423
runs-on: ubuntu-22.04
2524
steps:
2625
- uses: actions/checkout@v4
@@ -35,15 +34,18 @@ jobs:
3534
3635
- name: Install apt deps
3736
run: sudo apt-get update && sudo apt-get install -qq -y libxml2-dev libxslt1-dev
37+
3838
- name: Install dependencies
3939
run: |
4040
pip install -U pip wheel
4141
pip install -Ur requirements-dev.txt
42+
4243
- name: Test with pytest
4344
run: pytest
4445
env:
4546
PYTHONDEVMODE: 1
4647
PYTHONPATH: .
48+
4749
- uses: codecov/codecov-action@v4
4850
with:
4951
name: build-${{ matrix.python-ver }}

0 commit comments

Comments
 (0)