Skip to content

Commit

Permalink
Re-added 3.10 to general tests (as cylp now supports python3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadware committed Jul 11, 2022
1 parent 32cd24b commit f4afaa5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/test3.10-pytest.yml

This file was deleted.

13 changes: 9 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,17 @@
"notebook": [
"matplotlib",
],
"CBC": ["cylp"],
"CBC": [
"cylp"
],
"testing": [
"pytest", "cylp"
"pytest",
"cylp"
],
"docs": ["sphinx",
"sphinx_rtd_theme"]
"docs": [
"sphinx",
"sphinx_rtd_theme"
]
}

)

0 comments on commit f4afaa5

Please sign in to comment.