Skip to content

Commit 93768fd

Browse files
committed
Enable python 3.13
1 parent a72c951 commit 93768fd

File tree

4 files changed

+824
-89
lines changed

4 files changed

+824
-89
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
python-version: [3.11, 3.12]
10+
python-version: [3.11, 3.13]
1111
os: [ubuntu-latest, macOS-latest]
1212

1313
steps:

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ var/
2727
.idea/
2828
.venv
2929

30+
# Development environments
31+
dev_files/
32+
.envrc
33+
3034
# PyInstaller
3135
# Usually these files are written by a python script from a template
3236
# before PyInstaller builds the exe, so as to inject date/other infos into it.
@@ -77,5 +81,4 @@ junit.xml
7781
.docs_venv
7882

7983
# Pytest cache
80-
.pytest_cache/
81-
.envrc
84+
.pytest_cache/

0 commit comments

Comments
 (0)