File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 env :
12- VERSION : " 0.11.2 "
12+ VERSION : " 0.12.0 "
1313 USER : cms-l1-globaltrigger
1414 strategy :
1515 matrix :
16- python-version : ["3.7 ", "3.8 ", "3.9 "]
16+ python-version : ["3.9 ", "3.10 ", "3.11 "]
1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ Note that `pip` >= 19.0 is required.
1414
1515``` bash
1616pip install --upgrade pip
17- pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.11.2
17+ pip install git+https://github.com/cms-l1-globaltrigger/tm-python.git@0.12.0
1818```
Original file line number Diff line number Diff line change 11import sys
22from setuptools import setup
33
4- UTM_VERSION = '0.11.2 '
4+ UTM_VERSION = '0.12.0 '
55BASE_URL = 'https://github.com/cms-l1-globaltrigger'
66
77def _version ():
You can’t perform that action at this time.
0 commit comments