Skip to content

Commit dc9431b

Browse files
authored
Merge pull request #65 from cclauss/patch-1
Upgrade to Python 3.11 production release
2 parents 8f352e1 + bdfd425 commit dc9431b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
14+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
exclude:
1717
# TODO Fix these versions on Windows
1818
- {os: windows-latest, python-version: "3.7"}
1919
- {os: windows-latest, python-version: "3.8"}
2020
- {os: windows-latest, python-version: "3.9"}
2121
- {os: windows-latest, python-version: "3.10"}
22-
- {os: windows-latest, python-version: "3.11-dev"}
22+
- {os: windows-latest, python-version: "3.11"}
2323

2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)