Skip to content

Commit

Permalink
run tests on py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Nov 16, 2023
1 parent ae2ee27 commit 7bf8fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]

- Support writing NEXUS which is "more compatible" with some R packages.
- Add Python 3.12 to supported versions.


## [v1.7.0] - 2023-10-13
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: BSD License
Expand Down Expand Up @@ -97,7 +98,7 @@ show_missing = true
skip_covered = true

[tox:tox]
envlist = py38, py39, py310, py311
envlist = py38, py39, py310, py311, py312
isolated_build = true
skip_missing_interpreter = true

Expand Down

0 comments on commit 7bf8fa8

Please sign in to comment.