Skip to content

Commit

Permalink
upgrade commands suitable with python3-13
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydin <batuhan.apaydin@chainguard.dev>
  • Loading branch information
developer-guy committed Dec 25, 2024
1 parent 3f2107a commit 55f5c69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reflex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ test:
alembic --help
coverage --version
coverage --help
coverage-3.12 --version
coverage-3.12 --help
coverage-3.13 --version
coverage-3.13 --help
coverage3 --version
coverage3 --help
cpuinfo --version
Expand Down Expand Up @@ -93,8 +93,8 @@ test:
pip --help
pip3 --version
pip3 --help
pip3.12 --version
pip3.12 --help
pip3.13 --version
pip3.13 --help
pipdeptree --version
pipdeptree --help
pkginfo version
Expand Down

0 comments on commit 55f5c69

Please sign in to comment.