Skip to content

Commit 7a9714e

Browse files
authored
refactor: drop 3.13-pip-tools (#21)
just use uv
1 parent 7e9084a commit 7a9714e

File tree

7 files changed

+2
-58
lines changed

7 files changed

+2
-58
lines changed

.github/workflows/autoupdate.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ jobs:
3333
path: requirements.txt
3434
working-directory: pip-tools/2.7
3535

36-
- name: Upgrade pip-tools/3.13/requirements.txt
37-
uses: coatl-dev/actions/uv-pip-compile-upgrade@v5
38-
with:
39-
path: requirements.txt
40-
python-version: '3.13'
41-
working-directory: pip-tools/3.13
42-
4336
- name: Detect changes
4437
id: git-diff
4538
uses: coatl-dev/actions/simple-git-diff@v5

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
file: pip-tools/2.7/Dockerfile
3030
tag: 2.7-pip-tools
3131
digest-key: python-tools-2.7-pip-tools
32-
- context: pip-tools/3.13
33-
file: pip-tools/3.13/Dockerfile
34-
tag: 3.13-pip-tools
35-
digest-key: python-tools-3.13-pip-tools
3632
with:
3733
dockerhub-repo: coatldev/python-tools
3834
dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/coatl-dev/docker-python-tools/coatl.svg)](https://results.pre-commit.ci/latest/github/coatl-dev/docker-python-tools/coatl)
44

5-
This repository is a collection of Docker images containing tools Python 2.7,
6-
3.12 and 3.13.
5+
This repository is a collection of Docker images containing tools Python 2.7 and
6+
3.12.
77

88
## Catalog
99

@@ -29,8 +29,3 @@ the following tools:
2929

3030
Use this Docker image for running `pip-compile` or `pip-sync` on your Python 2.7
3131
project.
32-
33-
### python-tools:3.13-pip-tools
34-
35-
Use this Docker image for running `pip-compile` or `pip-sync` on your Python 3.13
36-
project.

pip-tools/3.13/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

pip-tools/3.13/requirements.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

pip-tools/3.13/requirements.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

pip-tools/3.13/uv.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)