Skip to content

Commit

Permalink
Merge pull request #54 from epoch8:python3.12
Browse files Browse the repository at this point in the history
update python3.12 deps + 0.5.3
  • Loading branch information
elephantum authored Sep 24, 2024
2 parents beaec39 + ee75b04 commit a531a68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
# We know it fails
# - python-version: "3.10"
# pip-extra: '"sqlalchemy <2" "pandas >=2.2"'
- python-version: "3.11"
- python-version: "3.12"
pip-extra: '"sqlalchemy <2" "pandas <2.2"'
- python-version: "3.11"
- python-version: "3.12"
pip-extra: '"sqlalchemy >2" "pandas <2.2"'
- python-version: "3.11"
- python-version: "3.12"
pip-extra: '"sqlalchemy >2" "pandas >=2.2"'

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

* Add python 3.12 support

# 0.5.2

* Update static files
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datapipe-app"
version = "0.5.2"
version = "0.5.3"
description = ""
authors = ["Andrey Tatarinov <a@tatarinov.co>"]

Expand All @@ -11,7 +11,7 @@ packages = [{ include = "datapipe_app" }]
include = ["datapipe_app/frontend/**/*"]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
fastapi = ">=0.69.0"
uvicorn = { extras = ["standard"], version = ">= 0.17.0" }
click = ">=7.1.2"
Expand Down

0 comments on commit a531a68

Please sign in to comment.