1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-20 03:29:36 +05:30

(ci/cd): using Python 3.12 in package build process

This commit is contained in:
2024-09-26 20:03:29 +05:30
parent ad14e75dbb
commit 59b25a7db5

View File

@@ -18,7 +18,7 @@ jobs:
- name: 🐍 Setup Python - name: 🐍 Setup Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.12'
- name: 📦 Install dependencies - name: 📦 Install dependencies
run: | run: |