Skip to content

Commit b79d7f0

Browse files
committed
1 parent d20c748 commit b79d7f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- 'macOS-latest'
1717
- 'ubuntu-latest'
1818
python-version:
19+
# - '3.6'
1920
# - '3.7'
2021
# - '3.8'
2122
- '3.9'
@@ -26,8 +27,8 @@ jobs:
2627
- '3.14-dev'
2728
- 'pypy3.9'
2829
include:
29-
- os: 'ubuntu-20.04'
30-
python-version: '3.6'
30+
- os: 'ubuntu-22.04'
31+
python-version: '3.7'
3132

3233
steps:
3334
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)