File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 build :
1212 runs-on : ubuntu-latest
13+ strategy :
14+ max-parallel : 4
15+ matrix :
16+ python-version : ["3.9", "3.10", "3.11", "3.12"]
1317 steps :
1418 - uses : actions/checkout@v4
15- - name : Set up Python 3.12
19+ - name : Set up Python $
1620 uses : actions/setup-python@v5
1721 with :
18- python-version : 3.12
22+ python-version : $
1923 - name : Install dependencies
2024 run : |
2125 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 4646
4747 # Specify the Python versions you support here. In particular, ensure
4848 # that you indicate whether you support Python 2, Python 3 or both.
49- 'Programming Language :: Python :: 3.8' ,
50- 'Programming Language :: Python :: 3.9' ,
5149 'Programming Language :: Python :: 3.9' ,
5250 'Programming Language :: Python :: 3.10' ,
5351 'Programming Language :: Python :: 3.11' ,
You can’t perform that action at this time.
0 commit comments