Skip to content

Commit

Permalink
remove python 3.6 from test matrix and add 3.10 and 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Nov 21, 2023
1 parent 6662460 commit a470a9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-20.04]
python: [3.7, 3.8, 3.9, 3.10, 3.11]
os: [ubuntu-22.04]
name: Test on Python ${{ matrix.python }}
steps:
- name: Checkout branch
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def read(path):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Topic :: Utilities',
],
Expand Down

0 comments on commit a470a9f

Please sign in to comment.