Skip to content

Commit

Permalink
no 3.13 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
lavr committed Jan 8, 2024
1 parent 9624593 commit 003edb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@ jobs:
fail-fast: false
matrix:
include:
- {name: '3.13', python: '3.13.0-alpha.2', os: ubuntu-latest, tox: py313}
- {name: '3.12', python: '3.12', os: ubuntu-latest, tox: py312}
- {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311}
- {name: '3.10', python: '3.10', os: ubuntu-latest, tox: py310}
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
- {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
- {name: '3.6', python: '3.6', os: ubuntu-20.04, tox: py36}
# ubuntu-16.04 is deprecated. TODO: remove python 2 support ?
# - {name: '2.7', python: '2.7', os: ubuntu-16.04, tox: py27}
services:
postfix:
image: lavr/docker-postfix
Expand Down

0 comments on commit 003edb2

Please sign in to comment.