We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pypiserver
1 parent 201c413 commit 44e8584Copy full SHA for 44e8584
.github/workflows/test.yml
@@ -161,7 +161,10 @@ jobs:
161
- lint
162
- check_local_actions
163
- test_minimum_versions
164
- - test_prereleases
+ # disabled until we can use pypiserver 2.3.x
165
+ # which supports Python 3.13, see
166
+ # https://github.com/pypiserver/pypiserver/issues/630
167
+ # - test_prereleases
168
- generate_changelog
169
runs-on: ubuntu-latest
170
steps:
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
"mdformat",
32
"packaging",
33
"pkginfo",
34
- "pypiserver",
+ "pypiserver==2.2.0",
35
"pipx",
36
"requests",
37
"requests_cache",
0 commit comments