Skip to content

Commit

Permalink
Merge pull request #10 from thehyve/general-updates
Browse files Browse the repository at this point in the history
Update python version and dependencies
  • Loading branch information
Spayralbe authored Dec 2, 2024
2 parents 02f04e4 + 90066db commit ed969dd
Show file tree
Hide file tree
Showing 6 changed files with 701 additions and 631 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
matrix:
python-version: [
'3.8',
'3.9',
'3.10',
'3.11',
'3.12',
'3.13',
]

steps:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.2.0
Update supported Python version to 3.9-3.13.

## v0.1.1
Add PyPI publish action.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ versions of the [OHDSI OMOP CDM](https://ohdsi.github.io/CommonDataModel/).

## Installation

omop-cdm requires Python >= 3.8.
omop-cdm requires Python >= 3.9.

Install from PyPI:
```shell
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
]

python = [
"3.8",
"3.9",
"3.10",
"3.11",
"3.12",
"3.13",
]


Expand Down
Loading

0 comments on commit ed969dd

Please sign in to comment.