Skip to content

Commit

Permalink
Update python version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Spayralbe committed Dec 2, 2024
1 parent 02f04e4 commit 08f71ce
Show file tree
Hide file tree
Showing 5 changed files with 697 additions and 630 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
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 08f71ce

Please sign in to comment.