Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 0b912ed

Browse files
committed
GH: removing python 3.6 from github action
1 parent c3649de commit 0b912ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: [3.6, 3.7, 3.8] #
20+
python-version: [3.7, 3.8, 3.9, 3.11] #
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@main

0 commit comments

Comments
 (0)