Skip to content

Commit

Permalink
improved viz test, updated rdkit to 2022, added tests for python 3.10 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiander authored Mar 24, 2023
1 parent c365aed commit 3b2482b
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 85 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


package = "jazzy"
python_versions = ["3.9", "3.8"]
python_versions = ["3.10", "3.9", "3.8"]
nox.options.sessions = (
"pre-commit",
"mypy",
Expand Down
Loading

0 comments on commit 3b2482b

Please sign in to comment.