Skip to content

Commit

Permalink
support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Oct 27, 2023
1 parent 8fea3a5 commit 0530440
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/testing-and-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI/CD

on:
pull_request:
workflow_dispatch:
Expand All @@ -9,6 +11,7 @@ on:

jobs:
unit_testing:
name: Build and Testing
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dependencies = [
"numpy >=1.9.3",
"requests >=2.2",
"tqdm",
"aiohttp",
"aiohttp; python_version!='3.12.*'",
"aiohttp==3.9.0b0; python_version=='3.12.*'", # until aiohttp gets upgraded
"pandas",
]

Expand Down

0 comments on commit 0530440

Please sign in to comment.