Skip to content

Commit 73945d2

Browse files
authored
Merge pull request #1146 from ethho/dev-tests-plat-143-modernpy
PLAT-143: Test compatibility with Python 3.10 and 3.11
2 parents e4e377a + 23a7588 commit 73945d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/development.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
py_ver: ["3.9"]
5959
mysql_ver: ["8.0", "5.7"]
6060
include:
61+
- py_ver: "3.11"
62+
mysql_ver: "8.0"
63+
- py_ver: "3.10"
64+
mysql_ver: "8.0"
6165
- py_ver: "3.8"
6266
mysql_ver: "5.7"
6367
- py_ver: "3.7"

LNX-docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,9 @@ services:
8787
- -c
8888
- |
8989
set -e
90-
pip install --user nose nose-cov
9190
pip install -e .
9291
pip list --format=freeze | grep datajoint
9392
pytest -sv --cov-report term-missing --cov=datajoint tests
94-
nosetests -vsw tests_old --with-coverage --cover-package=datajoint
9593
# ports:
9694
# - "8888:8888"
9795
user: ${HOST_UID:-1000}:anaconda

0 commit comments

Comments
 (0)