Skip to content

Commit

Permalink
Bump version, update tox-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvana10 committed Apr 29, 2024
1 parent f425165 commit 5a1548e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 5a1548e

Please sign in to comment.