Skip to content

Commit

Permalink
Remove official Python 3.9 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed May 2, 2024
1 parent 81b67b9 commit 855f410
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .envs/testenv-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dependencies:
- kaleido # dev, tests
- simoptlib==1.0.1 # dev, tests
- pandas-stubs # dev, tests
- types-cffi
- types-openpyxl
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- -e ../
4 changes: 2 additions & 2 deletions .envs/testenv-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ dependencies:
- kaleido # dev, tests
- simoptlib==1.0.1 # dev, tests
- pandas-stubs # dev, tests
- types-cffi
- types-openpyxl
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- -e ../
4 changes: 2 additions & 2 deletions .envs/testenv-pandas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies:
- fides==0.7.4 # dev, tests
- kaleido # dev, tests
- simoptlib==1.0.1 # dev, tests
- types-cffi
- types-openpyxl
- types-cffi # dev, tests
- types-openpyxl # dev, tests
- -e ../
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
os:
- ubuntu-latest
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
Expand Down Expand Up @@ -55,9 +54,9 @@ jobs:
- macos-latest
- windows-latest
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v3
- name: create build environment
Expand Down Expand Up @@ -85,7 +84,7 @@ jobs:
os:
- ubuntu-latest
python-version:
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v3
- name: create build environment
Expand Down Expand Up @@ -114,7 +113,7 @@ jobs:
environment-file: ./.envs/testenv-linux.yml
environment-name: estimagic
cache-env: true
extra-specs: python=3.10
extra-specs: python=3.12
- name: run sphinx
shell: bash -l {0}
run: |-
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ dependencies:
- -e . # dev
# type stubs
- pandas-stubs # dev, tests
- types-cffi
- types-openpyxl
- types-cffi # dev, tests
- types-openpyxl # dev, tests

0 comments on commit 855f410

Please sign in to comment.