Skip to content

Commit 6f29694

Browse files
Marcel Jacekmarceljk
authored andcommitted
remove python version 3.8
1 parent c8c5d5a commit 6f29694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
matrix:
8181
os: [ubuntu-latest, macos-latest]
82-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
82+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Install SSH Key

0 commit comments

Comments
 (0)