From 4e5003f3edd4039571a8c8838232b980f12353c5 Mon Sep 17 00:00:00 2001 From: Daniel Standage Date: Thu, 14 Mar 2024 10:53:02 -0400 Subject: [PATCH] Minor edits --- .gitattributes | 1 - .github/workflows/cibuild.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0106890..93cb28a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -_version.py export-subst pytaxonkit_version.py export-subst diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 64f1eab..c7a3936 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -28,7 +28,7 @@ jobs: - os: ubuntu-latest python-version: "3.12" # - os: macos-latest -# python-version: "3.11" +# python-version: "3.9" steps: - uses: actions/checkout@v1 - uses: conda-incubator/setup-miniconda@v2