Skip to content

Commit 16e5377

Browse files
committed
Add Python 3.13 for testing
1 parent 32f09fb commit 16e5377

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
python-version: '3.10'
2424
- pipenv-version: '2023.2.4'
2525
python-version: '3.11'
26-
- pipenv-version: '2024.0.1'
26+
- pipenv-version: '2024.4.0'
2727
python-version: '3.12'
28+
- pipenv-version: '2024.4.0'
29+
python-version: '3.13'
30+
2831
steps:
2932
- name: Checkout the repository
3033
uses: actions/checkout@v2

0 commit comments

Comments
 (0)