Skip to content

Commit

Permalink
increase python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Aug 15, 2024
1 parent 7d4a716 commit 790a987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Physics

[options]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310}-test
py{38,39,310,311,312}-test
build_docs
codestyle
isolated_build = true
Expand Down

0 comments on commit 790a987

Please sign in to comment.