We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eeead4 commit 994086fCopy full SHA for 994086f
.github/workflows/python-testing.yml
@@ -104,7 +104,7 @@ jobs:
104
"3.9",
105
"3.10",
106
"3.11",
107
- # "3.12-dev"
+ "3.12",
108
]
109
os: ["ubuntu-latest", "macos-latest"]
110
exclude:
@@ -114,7 +114,7 @@ jobs:
114
steps:
115
- uses: actions/checkout@v4
116
- name: Set up Python ${{ matrix.python-version }} for ${{ matrix.os }}
117
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
118
with:
119
python-version: ${{ matrix.python-version }}
120
cache: 'pip'
0 commit comments