Skip to content

Commit

Permalink
add 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBok committed Mar 11, 2024
1 parent d48fbd0 commit cb1d010
Show file tree
Hide file tree
Showing 4 changed files with 484 additions and 440 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ 3.8, 3.9, '3.10', '3.11' ]
python-version: [ 3.8, 3.9, '3.10', '3.11', '3.12' ]

steps:
- name: Checkout Repository
Expand Down Expand Up @@ -133,9 +133,9 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ 3.8, 3.9, '3.10', '3.11' ]
# ext: [ tar.gz, whl ]
ext: [ tar.gz ]
python-version: [ 3.8, 3.9, '3.10', '3.11', '3.12' ]
ext: [ tar.gz, whl ]
# ext: [ tar.gz ]

steps:
- name: Setup Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ statsmodels = "*"
typing-extensions = "*"
coverage = "*"
pytest-cov = "*"
ipython = "*"

[dev-packages]

Expand Down
Loading

0 comments on commit cb1d010

Please sign in to comment.