summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2023-05-10 01:38:10 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2023-05-10 01:39:14 +0530
commit0e5551364d354a2dbd350003713b9f2cfaf5624a (patch)
treed1c5e6a9706bae827c461786c53a02f514e5cc81 /.github
parent3f93a3989ca09de7d80336278a70ae5f418e62b6 (diff)
chg: workflow (test) - drop support for older py versions
some older versions creeped in during the merge
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9956e345..3f770fb6 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10"]
steps: