Skip to content

Commit 4962479

Browse files
committed
python 3.6 removed added 3.12
1 parent 49b0415 commit 4962479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythons-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ["3.6", "3.9", "3.10", "3.11"]
9+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)