Skip to content

Commit 126a210

Browse files
authored
Merge pull request #75 from yutanagano/pull_udpated_imgt_data
Pull updated data from IMGT
2 parents fd3ec45 + f7c841c commit 126a210

File tree

6 files changed

+719
-49
lines changed

6 files changed

+719
-49
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: [ubuntu-latest, windows-latest, macos-latest]
8-
python_ver: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
8+
python_ver: ['3.8', '3.9', '3.10', '3.11', '3.12']
99

1010
runs-on: ${{ matrix.os }}
1111
steps:
@@ -20,4 +20,4 @@ jobs:
2020
pip install --upgrade pip
2121
pip install tox tox-gh-actions
2222
- name: Run tox
23-
run: tox
23+
run: tox

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tidytcells"
7-
requires-python = ">=3.7"
7+
requires-python = ">=3.8"
88
authors = [
99
{name = "Yuta Nagano", email = "[email protected]"}
1010
]
@@ -52,4 +52,4 @@ docs = ["sphinx-book-theme"]
5252
include-package-data = true
5353

5454
[tool.setuptools.dynamic]
55-
version = {attr = "tidytcells.VERSION"}
55+
version = {attr = "tidytcells.VERSION"}

src/tidytcells/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
from . import aa, junction, mh, tr
66

7-
VERSION = "2.1.1"
7+
VERSION = "2.1.1"

0 commit comments

Comments
 (0)