Skip to content

Commit 217c89e

Browse files
committed
Fix Python 3.6 CI checks
1 parent 570ad32 commit 217c89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
include:
2222
- os: "ubuntu-latest"
2323
- os: "ubuntu-20.04"
24-
python-version: "3.6"
24+
python-version: "3.11"
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)