Skip to content

Commit

Permalink
Add 3.13 to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Sep 20, 2024
1 parent af44683 commit e8237ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ jobs:
- python-version: '3.12'
env:
TOXENV: py
- python-version: '3.13.0-rc.1'
env:
TOXENV: py
steps:
- uses: actions/checkout@v4
- name: Install system libraries
if: contains(matrix.python-version, 'pypy')
if: contains(matrix.python-version, 'pypy') || contains(matrix.python-version, 'beta')
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
Expand Down

0 comments on commit e8237ed

Please sign in to comment.