diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb54a8be4a9cfcdcccc5d7170d5368ffa0fd39c5..8f496387405f44a0edb573639efba0d71dda12e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: environment: Env1 strategy: matrix: - python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9" ] + python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ] steps: - uses: actions/checkout@main - uses: actions/setup-python@main diff --git a/satella/__init__.py b/satella/__init__.py index 73e64ddf45815a3fd3d939e9de5863e97213dfd4..b0f93f54dca729afce51939170ad8d7a63e2c0b3 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.25.5a1' +__version__ = '2.25.4'