Skip to content

Commit

Permalink
Change to base version of 3.9 (#36)
Browse files Browse the repository at this point in the history
* Change to base version of 3.9 in tests

* Update the requirements in the setup
  • Loading branch information
WardLT authored Jan 22, 2024
1 parent 62444f6 commit 1c41073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install package
run: |
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "battery-data-toolkit"
version = "0.1.1"
description = "Utilities for reading and manipulating battery testing data"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = "LICENSE"
keywords = ["batteries", "science", "data science"]
authors = [
Expand Down

0 comments on commit 1c41073

Please sign in to comment.