Skip to content

Commit

Permalink
fix: Switch to Truststore by default (#2200)
Browse files Browse the repository at this point in the history
Fixes #2195

Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming authored Aug 29, 2023
1 parent 777940f commit 06c7497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions news/2195.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch to truststore by default.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies = [
"resolvelib>=1.0.1",
"installer<0.8,>=0.7",
"cachecontrol[filecache]>=0.13.0",
"truststore; python_version >= \"3.10\"",
"tomli>=1.1.0; python_version < \"3.11\"",
"importlib-resources>=5; python_version < \"3.9\"",
"importlib-metadata>=3.6; python_version < \"3.10\"",
Expand Down Expand Up @@ -59,9 +60,8 @@ keyring = ["keyring"]
template = [
"pdm[copier,cookiecutter]",
]
truststore = ["truststore; python_version >= \"3.10\""]
all = [
"pdm[keyring,template,truststore]",
"pdm[keyring,template]",
]

[project.scripts]
Expand Down

0 comments on commit 06c7497

Please sign in to comment.