Skip to content

Commit

Permalink
Merge pull request #1755 from mrmundt/py39-gha
Browse files Browse the repository at this point in the history
Adding 3.9 to OSX/Win on release workflow
  • Loading branch information
mrmundt authored Dec 17, 2020
2 parents 507ef96 + cc0c6d2 commit 7c78eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .coin-or/projDesc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Carl D. Laird, Chair, Pyomo Management Committee, cdlaird at sandia dot gov

<platform>
<operatingSystem>Any</operatingSystem>
<compiler>Python 2.7, 3.4, 3.5, 3.6, 3.7</compiler>
<compiler>Python 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9</compiler>
</platform>

</testedPlatforms>
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_wheel_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
include:
- os: macos-latest
TARGET: osx
python-version: [ 2.7, 3.5, 3.6, 3.7, 3.8 ]
python-version: [ 2.7, 3.5, 3.6, 3.7, 3.8, 3.9 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
include:
- os: windows-latest
TARGET: win
python-version: [ 3.6, 3.7, 3.8 ]
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 7c78eac

Please sign in to comment.