Skip to content

Commit

Permalink
Support Python >= 3.9, <= 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Jul 12, 2024
1 parent fc71776 commit c66bf7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion {{ cookiecutter.slug }}/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
strategy:
matrix:
pyver:
- py38
- py39
- py310
- py311
- py312
{% if cookiecutter.with_sqlalchemy %}
sqlaver:
- sqla1
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.slug }}/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = checks,licenses,docs,{py36,py37,py38,py39,py310}-unit{% if cookiecutter.with_sqlalchemy %}-sqla{1,2}{% endif %}
envlist = checks,licenses,docs,{py39,py310,py311,py312}-unit{% if cookiecutter.with_sqlalchemy %}-sqla{1,2}{% endif %}
isolated_build = true

[testenv]
Expand Down

0 comments on commit c66bf7b

Please sign in to comment.