File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 strategy :
1212 max-parallel : 4
1313 matrix :
14- python-version : [3.7 ]
14+ python-version : ["3.10" ]
1515
1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v1
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 1- FROM python:3.9
1+ FROM python:3.10
22WORKDIR /app
33COPY requirements.txt /app/requirements.txt
44RUN pip install -r requirements.txt
Original file line number Diff line number Diff line change 11attrs == 20.3.0
22coverage == 5.5
33iniconfig == 1.1.1
4- packaging == 20.9
5- pluggy == 0.13.1
4+ packaging == 22.0
5+ pluggy == 1.5.0
66py == 1.10.0
77pyparsing == 2.4.7
88pytest-cov == 2.11.1
Original file line number Diff line number Diff line change @@ -11,16 +11,14 @@ classifiers =
1111 Development Status :: 4 - Beta
1212 Intended Audience :: Life Science/Structural Biology
1313 Intended Audience :: Developers
14- Programming Language :: Python :: 3.7
15- Programming Language :: Python :: 3.8
16- Programming Language :: Python :: 3.9
14+ Programming Language :: Python :: 3.10
1715long_description = file: README.md
1816long_description_content_type = text/markdown
1917license_files =
2018 LICENSE.txt
2119
2220[options]
23- python_requires = >= 3.7
21+ python_requires = >= 3.10
2422packages = find_namespace:
2523zip_safe: False
2624include_package_data = True
You can’t perform that action at this time.
0 commit comments