diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 855040b..d52c193 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -7,12 +7,12 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.8 + - name: Set up Python 3.10 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: "3.10" - name: Install dependencies - run: python -m pip install .[dev] --upgrade pip + run: python -m pip install .[test] --upgrade pip - name: Test with pytest run: pytest - name: Build package distribution diff --git a/LICENSE b/LICENSE index 6b7ec3a..aeaebd8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2021, Peng Zheng +Copyright (c) 2023, IHME Math Sciences All rights reserved. Redistribution and use in source and binary forms, with or without