Skip to content

Commit

Permalink
Need Pyomo 6.4.3 for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bknueven authored Mar 6, 2023
1 parent f77e23e commit 1e1ae51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/egret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.7, 3.8, 3.9, '3.10']
pyomo-version: [6.4.0]
include:
- os: macos-latest
Expand All @@ -40,6 +40,9 @@ jobs:
- os: ubuntu-20.04
python-version: 3.7
pyomo-version: main
- os: ubuntu-20.04
python-version: '3.11'
pyomo-version: 6.4.3
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 1e1ae51

Please sign in to comment.