Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Dec 11, 2024
1 parent 40c9dba commit 7732daa
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 418 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:

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

env:
EVDS_API_KEY : ${{ secrets.EVDS_API_KEY }}
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ ENV/
env.bak/
venv.bak/


stats_requests.txt
options.cfg


# Spyder project settings
.spyderproject
.spyproject
Expand Down
Loading

0 comments on commit 7732daa

Please sign in to comment.