Skip to content

Commit

Permalink
Update python versions support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailefter committed Sep 17, 2024
1 parent fbd0171 commit 6ecdb2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ url = https://github.com/mutalyzer/hgvs-parser
keywords = Mutalyzer, HGVS, description, parser, genomic
license = MIT
classifiers =
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.12
Programming Language :: Python :: 3.12

[options]
zip_safe = False
Expand Down

0 comments on commit 6ecdb2e

Please sign in to comment.