Skip to content

Commit

Permalink
Update versioneer (#36)
Browse files Browse the repository at this point in the history
* Update versioneer

* Troubleshoot

* Troubleshoot

* Minor edits

---------

Co-authored-by: Daniel Standage <[email protected]>
  • Loading branch information
standage and Daniel Standage authored Mar 15, 2024
1 parent 1ed785b commit 18bd6f6
Show file tree
Hide file tree
Showing 6 changed files with 1,052 additions and 431 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_version.py export-subst
pytaxonkit_version.py export-subst
4 changes: 4 additions & 0 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
# - os: macos-latest
# python-version: "3.9"
steps:
Expand Down
3 changes: 1 addition & 2 deletions pytaxonkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,13 @@
import os
import pandas as pd
from pandas import UInt32Dtype, StringDtype
from pytaxonkit_version import get_versions
import pytest
from subprocess import Popen, PIPE
import sys
from tempfile import NamedTemporaryFile
from warnings import warn

from _version import get_versions

__version__ = get_versions()["version"]
del get_versions

Expand Down
Loading

0 comments on commit 18bd6f6

Please sign in to comment.