Skip to content

Commit

Permalink
tox py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ikvk committed Oct 9, 2024
1 parent 017208a commit 3b8161a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/build-requirements.txt → docs/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# build
pip
setuptools
twine
wheel

# test
tox
2 changes: 1 addition & 1 deletion docs/packaging_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ https://packaging.python.org/tutorials/packaging-projects/
https://docs.python.org/3/distutils/packageindex.html#pypirc

2. Install/update build libs:
C:\python\venv\imap_tools\Scripts\pip install --upgrade -r C:\kvk\develop\Python\imap_tools\docs\build-requirements.txt
C:\python\venv\imap_tools\Scripts\pip install --upgrade -r C:\kvk\develop\Python\imap_tools\docs\dev_requirements.txt

3. Generating distribution archives
cd C:\kvk\develop\Python\imap_tools\
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=
py3.3,py3.4,py3.5,py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12
py3.3,py3.4,py3.5,py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13

[testenv]
commands=
Expand Down

0 comments on commit 3b8161a

Please sign in to comment.