@@ -2,10 +2,15 @@ name: Python Package CI
22
33on :
44 push :
5- branches : [ "main" ]
6- tags : [ "v*" ]
5+ branches :
6+ - main
7+ tags :
8+ - ' *'
79 pull_request :
8- branches : [ "main" ]
10+ branches :
11+ - main
12+ release :
13+ types : [published]
914
1015permissions :
1116 contents : read
1621 runs-on : ubuntu-latest
1722 strategy :
1823 matrix :
19- python-version : ["3.8", "3. 9", "3.10", "3.11", "3.12"]
24+ python-version : ["3.9", "3.10", "3.11", "3.12"]
2025 steps :
2126 - uses : actions/checkout@v4
2227 with :
4954 runs-on : ubuntu-latest
5055 strategy :
5156 matrix :
52- python-version : ["3.8", "3. 9", "3.10", "3.11", "3.12"]
57+ python-version : ["3.9", "3.10", "3.11", "3.12"]
5358 steps :
5459 - uses : actions/checkout@v4
5560 with :
7479 runs-on : ubuntu-latest
7580 strategy :
7681 matrix :
77- python-version : ["3.8", "3. 9", "3.10", "3.11", "3.12"]
82+ python-version : ["3.9", "3.10", "3.11", "3.12"]
7883 steps :
7984 - name : Checkout
8085 uses : actions/checkout@v4
@@ -143,7 +148,7 @@ jobs:
143148 environment : release
144149 strategy :
145150 matrix :
146- python-version : ["3.8", "3. 9", "3.10", "3.11", "3.12"]
151+ python-version : ["3.9", "3.10", "3.11", "3.12"]
147152 steps :
148153 - uses : actions/checkout@v4
149154 with :
0 commit comments