Skip to content

Commit c7a21ab

Browse files
committed
drop Python 3.6
1 parent ff230f2 commit c7a21ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests_and_coverage.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ jobs:
1717
- '3.14'
1818
- '3.13'
1919
- '3.12'
20-
- '3.11'
20+
- '3.10'
2121
- '3.9'
2222
- '3.8'
2323
- '3.7'
24-
- '3.6'
25-
- 'pypy3.10'
24+
- 'pypy3.11'
2625
os: ['ubuntu-22.04', 'windows-latest']
2726
timeout-minutes: 10
2827
steps:

0 commit comments

Comments
 (0)