Skip to content

Commit

Permalink
Update Python versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Jan 16, 2025
1 parent 9367d1d commit 36a1b8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,26 @@ jobs:
fail-fast: false

matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:

- python-version: '3.12'
- python-version: '3.13'
toxenv: lint

- python-version: '3.12'
- python-version: '3.13'
toxenv: docs

- python-version: '3.12'
- python-version: '3.13'
toxenv: coverage

- python-version: '3.13-dev'
- python-version: '3.14-dev'
optional: true
toxenv: py313
toxpython: '3.13'
toxenv: py314
toxpython: '3.14'

- python-version: '3.7'
toxenv: py37
os: ubuntu-22.04

- python-version: '3.6'
toxenv: py36
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ envlist =
copyright
coverage
docs
PY3{11,10,9,8,7,6,5}
PY3{12,11,10,9,8,7,6,5}
py27
pypy{27,310}

[testenv]
basepython = python3.12
basepython = python3.13
usedevelop = True
download=True
deps =
Expand Down

0 comments on commit 36a1b8d

Please sign in to comment.