Skip to content

Commit

Permalink
Clean-up after 0.1.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jun 13, 2023
1 parent 3c48719 commit 614c159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Conscript Release Notes

## 0.1.6

+ [20ad68a](https://github.com/jsirois/conscript/commit/20ad68a)Add support for Python 3.12. (#7)

## 0.1.5

+ [2f55788](https://github.com/jsirois/conscript/commit/2f55788) Handle EntryPoints.get removal. (#5)
Expand Down
12 changes: 0 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,6 @@ deps =
commands =
flit build

[testenv:publish]
basepython = {[_flit]basepython}
skip_install = true
passenv =
# These are used in CI.
FLIT_USERNAME
FLIT_PASSWORD
deps =
{[_flit]deps}
commands =
flit publish

[testenv:changelog]
basepython = python3
deps =
Expand Down

0 comments on commit 614c159

Please sign in to comment.