Skip to content

Commit

Permalink
Merge pull request #413 from malthe/windows-py3.13
Browse files Browse the repository at this point in the history
Fix Python 3.13 testing on Windows
  • Loading branch information
malthe authored Jan 28, 2024
2 parents f871431 + 9c07324 commit 1442d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def run_tests(self):
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ commands =
pytest --doctest-modules
extras =
test
setenv =
LOGNAME=dummy

[testenv:lint]
basepython = python3
Expand Down

0 comments on commit 1442d20

Please sign in to comment.