Skip to content

Commit

Permalink
Pin pypiserver to v2.2.0 (#596)
Browse files Browse the repository at this point in the history
* Pin `pypiserver` to 2.3.0

* Pin to 2.2.0

* Comment out `test_prereleases` out of `check` requirements
  • Loading branch information
krassowski authored Nov 26, 2024
1 parent 201c413 commit 44e8584
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ jobs:
- lint
- check_local_actions
- test_minimum_versions
- test_prereleases
# disabled until we can use pypiserver 2.3.x
# which supports Python 3.13, see
# https://github.com/pypiserver/pypiserver/issues/630
# - test_prereleases
- generate_changelog
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"mdformat",
"packaging",
"pkginfo",
"pypiserver",
"pypiserver==2.2.0",
"pipx",
"requests",
"requests_cache",
Expand Down

0 comments on commit 44e8584

Please sign in to comment.