Skip to content

Commit 505a44b

Browse files
authored
Merge pull request #30 from SermetPekin/simple
Simple
2 parents cc785a2 + 7732daa commit 505a44b

File tree

8 files changed

+60
-438
lines changed

8 files changed

+60
-438
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020

21-
python-version: [ "3.9", "3.12" ] # "3.10" , "3.11"
21+
python-version: [ "3.9", "3.12" , "3.13" ] # "3.10" , "3.11"
2222

2323
env:
2424
EVDS_API_KEY : ${{ secrets.EVDS_API_KEY }}

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ ENV/
254254
env.bak/
255255
venv.bak/
256256

257+
258+
stats_requests.txt
259+
options.cfg
260+
261+
257262
# Spyder project settings
258263
.spyderproject
259264
.spyproject

0 commit comments

Comments
 (0)