Skip to content

Commit 44e8584

Browse files
authored
Pin pypiserver to v2.2.0 (#596)
* Pin `pypiserver` to 2.3.0 * Pin to 2.2.0 * Comment out `test_prereleases` out of `check` requirements
1 parent 201c413 commit 44e8584

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@ jobs:
161161
- lint
162162
- check_local_actions
163163
- test_minimum_versions
164-
- test_prereleases
164+
# 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
165168
- generate_changelog
166169
runs-on: ubuntu-latest
167170
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"mdformat",
3232
"packaging",
3333
"pkginfo",
34-
"pypiserver",
34+
"pypiserver==2.2.0",
3535
"pipx",
3636
"requests",
3737
"requests_cache",

0 commit comments

Comments
 (0)