@@ -10,15 +10,15 @@ jobs:
1010    runs-on : ubuntu-latest 
1111    strategy :
1212      matrix :
13-         python-version : ["3.9", "3. 10", "3.11", "3.12", "3.13"] 
13+         python-version : ["3.10", "3.11", "3.12", "3.13"] 
1414    steps :
1515      - name : Set up Python 
1616        uses : actions/setup-python@v4 
1717        with :
1818          python-version : ${{ matrix.python-version }} 
1919      - uses : actions/checkout@v4 
2020        with :
21-           ref : v2025.6 .0 
21+           ref : v2025.9 .0 
2222        name : Get latest Symfem version 
2323      - run : rm -rf symfem VERSION 
2424        name : Remove downloaded symfem 
4242    runs-on : ubuntu-latest 
4343    strategy :
4444      matrix :
45-         python-version : ["3.9", "3. 10", "3.11", "3.12", "3.13"] 
45+         python-version : ["3.10", "3.11", "3.12", "3.13"] 
4646    steps :
4747      - uses : conda-incubator/setup-miniconda@v2 
4848        with :
5151          activate-environment : symfem 
5252      - uses : actions/checkout@v4 
5353        with :
54-           ref : v2025.6 .0 
54+           ref : v2025.9 .0 
5555        name : Get latest Symfem version 
5656      - run : rm -rf symfem VERSION 
5757        name : Remove downloaded symfem 
@@ -75,23 +75,23 @@ jobs:
7575    runs-on : ubuntu-latest 
7676    strategy :
7777      matrix :
78-         python-version : ["3.9", "3. 10", "3.11", "3.12", "3.13"] 
78+         python-version : ["3.10", "3.11", "3.12", "3.13"] 
7979    steps :
8080      - name : Set up Python 
8181        uses : actions/setup-python@v4 
8282        with :
8383          python-version : ${{ matrix.python-version }} 
8484      - uses : actions/checkout@v4 
8585        with :
86-           ref : v2025.6 .0 
86+           ref : v2025.9 .0 
8787          path : symfem-src 
8888      - name : Move tests and delete Symfem source 
8989        run : | 
9090          mv symfem-src/test . 
9191          mv symfem-src/README.md . 
9292          rm -r symfem-src 
9393run : | 
94-           wget -O symfem.tar.gz https://pypi.io/packages/source/s/symfem/symfem-2025.6 .0.tar.gz 
94+           wget -O symfem.tar.gz https://pypi.io/packages/source/s/symfem/symfem-2025.9 .0.tar.gz 
9595          tar -xvzf symfem.tar.gz 
9696        name: Download and unpack latest version of Symfem 
9797name : Install LaTeΧ 
@@ -101,7 +101,7 @@ jobs:
101101run : pip install pytest 
102102        name : Install pytest 
103103      - run : | 
104-           cd symfem-2025.6 .0 
104+           cd symfem-2025.9 .0 
105105          pip install .[optional] 
106106        name: Install requirements 
107107run : | 
0 commit comments