Skip to content

Commit

Permalink
Run tests with python 3.12 (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra authored Jul 16, 2023
1 parent 9a894ae commit ed6927a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- {name: Python 3.9, python: '3.9', os: ubuntu}
- {name: Python 3.10, python: '3.10', os: ubuntu}
- {name: Python 3.11, python: '3.11', os: ubuntu}
# - {name: Python 3.12, python: '3.12-dev', os: ubuntu}
- {name: Python 3.12, python: '3.12-dev', os: ubuntu}
- {name: Windows py37, python: '3.7', os: windows}
- {name: MacOS py37, python: '3.7', os: macos}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install libxml2
if: startsWith(matrix.python, 'pypy') || startsWith(matrix.python, '3.12-dev')
if: startsWith(matrix.python, 'pypy')
run: |
sudo apt-get install libxml2-dev libxslt-dev
- name: Install dependencies
Expand Down

0 comments on commit ed6927a

Please sign in to comment.