Skip to content

Commit 596659d

Browse files
committed
ci: dropping python 3.7
1 parent 1aeec56 commit 596659d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codemetapy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Notify start to ##gitlama
1919
steps:
2020
- name: IRC notification
21-
uses: Gottox/irc-message-action@v1
21+
uses: Gottox/irc-message-action@v2
2222
with:
2323
server: irc.uvt.nl
2424
channel: '#gitlama'
@@ -31,7 +31,7 @@ jobs:
3131

3232
strategy:
3333
matrix:
34-
python-version: ['3.7', '3.8', '3.9', '3.10','3.11','3.12','3.13']
34+
python-version: ['3.8', '3.9', '3.10','3.11','3.12','3.13']
3535

3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)