diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 80182f5ae9..76c7b49fe4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: main-test-suite: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-20.04 timeout-minutes: 60 @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@master - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/setup.py b/setup.py index 9cb0c85d1b..e513fe31a0 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'networkx>=2.5,<2.6', 'Flask>=1.0.2', 'flask_sqlalchemy', - 'pandas<2', + 'pandas<3', 'plotly', 'python-daemon' ], @@ -68,6 +68,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], keywords=['Workflows', 'Scientific computing'], entry_points={'console_scripts':