From b3d10737ff2af4ce55cfd0b8e5b747e3f294d476 Mon Sep 17 00:00:00 2001 From: Ray Osborn Date: Mon, 18 Dec 2023 11:51:19 -0600 Subject: [PATCH 1/2] Update conda recipe version number --- conda-recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 787977b..558d908 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,10 +1,10 @@ package: name: nexusformat - version: "1.0.2" + version: "1.0.3" source: git_url: https://github.com/nexpy/nexusformat.git - git_tag: v1.0.2 + git_tag: v1.0.3 build: entry_points: From 60d78fd9b8169a13c231f6d854ac6db0a9eeafb4 Mon Sep 17 00:00:00 2001 From: Ray Osborn Date: Mon, 18 Dec 2023 11:51:47 -0600 Subject: [PATCH 2/2] Enable testing of Python v3.11. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2467052..30aca67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: