Skip to content

Commit

Permalink
Run tests with more Python versions and on latest MacOS (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiedxu authored Jun 18, 2023
1 parent 28f704c commit d904e78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: "3.7"
- name: Install pre-commit
run: |
pip install pre-commit==2.9.2
Expand All @@ -49,8 +49,8 @@ jobs:
needs: pre-commit
strategy:
matrix:
python-version: [3.7, 3.8]
os: [ubuntu-22.04, windows-2022, macos-11]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-22.04, windows-2022, macos-13]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: "3.7"
- uses: snok/[email protected]
with:
virtualenvs-create: true
Expand All @@ -109,8 +109,8 @@ jobs:
needs: build
strategy:
matrix:
python-version: [3.7, 3.8]
os: [ubuntu-22.04, windows-2022, macos-11]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-22.04, windows-2022, macos-13]
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cmdict"
version = "0.1.4"
version = "0.1.5"
description = "A command line dictionary toolset."
authors = ["zequnyu <[email protected]>", "edxu96 <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit d904e78

Please sign in to comment.