Skip to content

Commit

Permalink
update toxc to run multiple versions of python closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-mccarthy committed Aug 31, 2024
1 parent 5e17971 commit 43846b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- [#1](https://github.com/joe-mccarthy/harlow-bindicator/pull/1) Update dependencies via dependabot
- [[#2](https://github.com/joe-mccarthy/harlow-bindicator/issues/2)] Updated the tox configuration to run multiple versions of python.

## [1.0.0] - 2024-08-24

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3910
envlist = py38, py39, py310, py311
isolated_build = True

[testenv]
Expand Down

0 comments on commit 43846b0

Please sign in to comment.