Skip to content

Commit

Permalink
fix ci for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Dec 23, 2024
1 parent a2605b0 commit a226b0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- name: Checkout
Expand All @@ -27,7 +27,6 @@ jobs:
sudo apt-get install libgtk-4-dev libgtk-4-1
pip install git+https://github.com/vext-python/vext@32ad4d1c5f45797e244df1d2816f76b60f28e20e
pip install tox
pip install -r requirements.txt
- name: Run tests
run: pip install .
Expand Down

0 comments on commit a226b0a

Please sign in to comment.