Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Dec 30, 2023
1 parent 39e76a1 commit 92226fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:

jobs:
tests:
name: "${{ matrix.os }} Python ${{ matrix.python-version }} attrs ${{ matrix.python-version }}"
name: "${{ matrix.os }} Python ${{ matrix.python-version }} attrs ${{ matrix.attrs-version }}"
runs-on: "${{ matrix.os }}" # for all available VM runtime, see this: https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners
env: # define environment variables
USING_COVERAGE: "3.7,3.8,3.9,3.10,3.11,3.12"
strategy:
matrix:
# os: ["ubuntu-latest", "windows-latest"]
os: ["ubuntu-latest", ] # for debug only
os: ["ubuntu-latest", "windows-latest"]
# os: ["ubuntu-latest", ] # for debug only
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
# python-version: ["3.7", ] # for debug only
attrs-version: ["21.3.0", "22.1.0", "23.1.0"]
Expand Down
4 changes: 4 additions & 0 deletions release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ X.Y.Z (TODO)

- Add full support to attrs new style API.

**Miscellaneous**

- Requires ``attrs>=21.3.0``.


1.0.2 (2022-03-24)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
]

CLASSIFIERS = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down

0 comments on commit 92226fa

Please sign in to comment.