diff --git a/.github/workflows/tox-tests.yml b/.github/workflows/tox-tests.yml index 4bc21d1aa..ac96c3480 100644 --- a/.github/workflows/tox-tests.yml +++ b/.github/workflows/tox-tests.yml @@ -21,7 +21,7 @@ jobs: - ubuntu-latest # ubuntu-22.04 - macos-latest # macOS-12 - windows-latest # windows-2022 - python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10] + python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy-3.9, pypy-3.10] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index ab55438df..5d2b1cdd7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="crossword_puzzle", - version="1.2.55", + version="1.2.56", author="Tomas Vana", url="https://github.com/tomasvana10/crossword_puzzle", description="Select, generate and play always-unique crosswords.",