Skip to content

Commit 78ab3cb

Browse files
authored
Merge pull request #22184 from oscargus/gh310
CI: Removed dev from 3.10-version in GHA config
2 parents b70364f + 3a928f1 commit 78ab3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
extra-requirements: '-r requirements/testing/extra.txt'
4444
XVFB_RUN: xvfb-run -a
4545
- os: ubuntu-20.04
46-
python-version: '3.10-dev'
46+
python-version: '3.10'
4747
# Re-add this when extra dependencies have wheels.
4848
# extra-requirements: '-r requirements/testing/extra.txt'
4949
XVFB_RUN: xvfb-run -a

0 commit comments

Comments
 (0)