From 00fc3c6041dcf9027376d3252022455de3ae4d76 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 20 Jun 2024 22:04:59 +0100 Subject: [PATCH 1/2] Try running 3.11 3.12 tests. Try running 3.11 3.12 tests. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e2663c..7629c57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8] + python-version: [3.8, 3.11, 3.12] steps: - uses: actions/checkout@v2 From eb67a40f0131fbeec7957887b8bfb908a575ddb6 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 20 Jun 2024 21:12:41 +0000 Subject: [PATCH 2/2] Numpy/pandas < 2.0.0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e54f4a6..c206e4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pytest>=2.5.0 -numpy>=1.8.0 -pandas>=0.14.0 +numpy>=1.8.0,<2.0.0 +pandas>=0.14.0,<2.0.0 cython>=0.20 twisted>=13.2.0 mock>=1.0.1 \ No newline at end of file