Skip to content

Fix WTForms version specifiers in tox.ini - #183

Merged
jpvanhal merged 1 commit into
masterfrom
fix-tox-wtforms-version-specifiers
May 14, 2026
Merged

Fix WTForms version specifiers in tox.ini#183
jpvanhal merged 1 commit into
masterfrom
fix-tox-wtforms-version-specifiers

Conversation

@jpvanhal

Copy link
Copy Markdown
Collaborator

~=3.1 is equivalent to >=3.1,==3.* whereas the intention was to match 3.1 series only. Add additional zero to the version specifier to make it more specific.

`~=3.1` is equivalent to `>=3.1,==3.*` whereas the intention was to
match `3.1` series only. Add additional zero to the version specifier to
make it more specific.
@jpvanhal
jpvanhal merged commit 0fd67a0 into master May 14, 2026
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant