Skip to content

Commit 7369112

Browse files
musicsnobjdwolfhub
authored andcommitted
update README w/ tested py versions, try 3.8.* as test version
1 parent d13e500 commit 7369112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version:
11-
["3.8.18", "3.9.21", "3.10.16", "3.11.11", "3.12.8", "3.13.1"]
11+
["3.8.*", "3.9.21", "3.10.16", "3.11.11", "3.12.8", "3.13.1"]
1212
steps:
1313
- uses: actions/checkout@master
1414
- name: set up Python ${{ matrix.python-version }}

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ time.
1616

1717
Features
1818
--------
19-
- **Tested in Python versions 2.7, 3.6-3.9**
19+
- **Tested in Python versions 3.8-3.13**
2020
- Accepts user data to be added to the dictionaries that are tested against (name, birthdate, etc)
2121
- Gives a score to the password, from 0 (terrible) to 4 (great)
2222
- Provides feedback on the password and ways to improve it

0 commit comments

Comments
 (0)