Skip to content

Commit

Permalink
Python 3.13 and uv
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Oct 15, 2024
1 parent 10232c2 commit 7a02081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
python-version: [310, 311, 312]
python-version: [311, 312, 313]

steps:
- name: Checkout repository
Expand All @@ -32,8 +32,6 @@ jobs:
- name: Spin up container
run: |
sed -i "s/PYTHON_VERSION=.*/PYTHON_VERSION=${{ matrix.python-version }}/" '.env'
sed -i 's/PORT=.*/PORT=5002/' '.env'
echo "Building container for Python ${{ matrix.python-version }}."
cat
docker compose up -d
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ show_error_codes = true
pretty = true

[[tool.mypy.overrides]]
module = "app.tests.*"
module = "svc.tests.*"
ignore_errors = true

#################################################
Expand Down

0 comments on commit 7a02081

Please sign in to comment.