Skip to content

Commit

Permalink
bring back in 3.7 on 0.1.1rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalmichael committed Jan 22, 2024
1 parent e99445c commit a9c3f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Default ${{ matrix.python-version }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install Dependencies
run: |
pip install .
pip install mud==0.1.1rc2
pip install mud==0.1.1rc3
- name: Test CLI (no TeX)
continue-on-error: true
Expand Down

0 comments on commit a9c3f25

Please sign in to comment.