From 90fe5cb79cd8dc8978db0754d34cd66e818e8f05 Mon Sep 17 00:00:00 2001 From: shimwell Date: Tue, 4 Oct 2022 21:00:17 +0100 Subject: [PATCH] added py3.9 and py3.10 --- .github/workflows/ci.yml | 8 +++++++- setup.py | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 050c8e287..a165998d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,12 @@ jobs: python-version: 3.8 omp: n mpi: y + - python-version: 3.9 + omp: n + mpi: n + - python-version: '3.10' + omp: n + mpi: n name: "Python ${{ matrix.python-version }} (omp=${{ matrix.omp }}, mpi=${{ matrix.mpi }}, dagmc=${{ matrix.dagmc }}, libmesh=${{ matrix.libmesh }}, event=${{ matrix.event }} @@ -78,7 +84,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/setup.py b/setup.py index 477f29dec..43b515934 100755 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ kwargs = { 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], # Dependencies