Skip to content

Commit

Permalink
Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org authored Feb 5, 2024
1 parent e49700d commit aed7789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

strategy:
matrix:
fail-fast: false
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:

strategy:
matrix:
fail-fast: false
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand All @@ -66,6 +68,7 @@ jobs:

strategy:
matrix:
fail-fast: false
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit aed7789

Please sign in to comment.