Skip to content

Commit 1a8610c

Browse files
committed
CI: nightly was missing 3.13 in badges job
1 parent 51138f4 commit 1a8610c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ jobs:
114114
- name: Set up Python
115115
uses: actions/setup-python@v6
116116
with:
117-
python-version: "3.12"
117+
python-version: "3.13"
118118
- name: Complete
119119
run: |
120-
python_versions='3.9 3.10 3.11 3.12'
120+
python_versions='3.9 3.10 3.11 3.12 3.13'
121121
echo "Updating badges data for nightly workflow..."
122122
python3 .ci/update_badges.py nightly $(echo "$python_versions")
123123
echo "CI completed."

currencyrate/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ a blurb, so I did that for everyone (quoting from their front page):
5959
* api.coindesk.com: "Powered by CoinDesk: https://www.coindesk.com/price/bitcoin"
6060
* api.coinbase.com: "The easiest place to buy, sell, and manage your cryptocurrency portfolio."
6161
* blockchain.info: "The World's Most Popular Way to Buy, Hold, and Use Crypto"
62-

0 commit comments

Comments
 (0)