Skip to content

Commit 2c5b0d8

Browse files
committed
Update Drone python package to 3.13
1 parent 4d01903 commit 2c5b0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: test
44

55
steps:
66
- name: Test Python
7-
image: python:3.12
7+
image: python:3.13
88
commands:
99
- curl -L "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-$(dpkg --print-architecture)" > "${HOME}/bin/cc-test-reporter"
1010
- chmod +x "${HOME}/bin/cc-test-reporter"

0 commit comments

Comments
 (0)