Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Drop python 3.8, add python 3.12
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Bokota <[email protected]>
  • Loading branch information
GenevieveBuckley and Czaki authored May 13, 2024
1 parent 706dfa3 commit bea7519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.plugin_name}}/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{38,39,310,311}-{linux,macos,windows}
envlist = py{39,310,311,3.12}-{linux,macos,windows}
isolated_build=true

[gh-actions]
Expand Down

0 comments on commit bea7519

Please sign in to comment.