Skip to content

Commit

Permalink
Add python 3.13 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
udifuchs committed Oct 19, 2024
1 parent 1ca9d5b commit 0674a62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ Whichever option you choose, I recommend reading their documentation about how `

### Changelog

#### 1.4.2 (2024-??-??)

* Update compatible python versions to python 3.8 through 3.13.

#### 1.4.1 (2024-04-28)

* Preserve file permissions also during reset. Fixes #6.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
]
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
pep8
ruff
pylint
{py38,py312}-pytest
{py38,py313}-pytest

files = pylint_silent tests/test_samples.py

Expand Down Expand Up @@ -44,7 +44,7 @@ deps =
commands =
pylint {[tox]files}

[testenv:{py3,py38,py39,py310,py311,py312}-pytest]
[testenv:{py3,py38,py39,py310,py311,py312,py313}-pytest]
deps =
pylint >= 2.16
pytest
Expand Down

0 comments on commit 0674a62

Please sign in to comment.