Skip to content

Commit 4b0d1f5

Browse files
musicsnobjdwolfhub
authored andcommitted
add py versions 3.12 and 3.13
1 parent 21a299f commit 4b0d1f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8.18", "3.9.21", "3.10.16", "3.11.11"]
10+
python-version:
11+
["3.8.18", "3.9.21", "3.10.16", "3.11.11", "3.12.8", "3.13.1"]
1112
steps:
1213
- uses: actions/checkout@master
1314
- name: set up Python ${{ matrix.python-version }}

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[tox]
2-
envlist = py38, py39, py310, py311
2+
envlist = py38, py39, py310, py311, py312, py313
33
isolated_build = True
44

55
[testenv]
66
deps =
77
pytest
88
commands =
99
pytest
10+
python tests/test_compatibility.py tests/password_expected_value.json

0 commit comments

Comments
 (0)