Skip to content

Commit

Permalink
Merge pull request #30 from SermetPekin/simple
Browse files Browse the repository at this point in the history
Simple
  • Loading branch information
SermetPekin authored Dec 11, 2024
2 parents cc785a2 + 7732daa commit 505a44b
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 438 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 505a44b

Please sign in to comment.