Skip to content

Commit ba05c17

Browse files
authored
Merge pull request #2638 from jsiirola/enable-win-py311
Enable GHA builds on Windows/Python3.11
2 parents 97461de + 553f428 commit ba05c17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test_pr_and_main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ jobs:
118118
TARGET: win
119119
PYENV: pip
120120

121-
exclude:
122-
# Exclude 3.11 on conda until matplotlib!=3.6.1 is released on
123-
# conda-forge for python 3.11
124-
- {os: windows-latest, python: 3.11}
125-
126121
steps:
127122
- name: Checkout Pyomo source
128123
uses: actions/checkout@v3

0 commit comments

Comments
 (0)