Skip to content

Commit

Permalink
Add python 3.12 (#441)
Browse files Browse the repository at this point in the history
* Add python 3.12

* Fix warnings

* Fix build for now
  • Loading branch information
MrNaif2018 authored Dec 16, 2024
1 parent ce6f2a5 commit 597c17c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ workflows:
parameters:
v:
- "3.11"
- "3.12"
- bitcart/functional-tests:
name: functional-tests
executor: main-executor
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ filterwarnings = [
"error::PendingDeprecationWarning",
"ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning", # sqlalchemy
"ignore:.*datetime.datetime.utcfromtimestamp().*:DeprecationWarning", # sqlalchemy
]
norecursedirs = ["tests/functional"]

Expand Down
4 changes: 4 additions & 0 deletions requirements/deterministic/web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,10 @@ rpds-py==0.22.3 \
# via
# jsonschema
# referencing
setuptools==75.6.0 \
--hash=sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6 \
--hash=sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d
# via -r requirements/web.txt
six==1.17.0 \
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
Expand Down
1 change: 1 addition & 0 deletions requirements/web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ python-dateutil
python-dotenv
python-multipart
redis
setuptools
sqlalchemy<1.4
uvicorn[standard]

0 comments on commit 597c17c

Please sign in to comment.