Skip to content

Commit

Permalink
Add Python 3.13 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Jan 25, 2025
1 parent 32f09fb commit 16e5377
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
python-version: '3.10'
- pipenv-version: '2023.2.4'
python-version: '3.11'
- pipenv-version: '2024.0.1'
- pipenv-version: '2024.4.0'
python-version: '3.12'
- pipenv-version: '2024.4.0'
python-version: '3.13'

steps:
- name: Checkout the repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 16e5377

Please sign in to comment.