Skip to content

Commit

Permalink
Migration to ei39
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jan 24, 2024
1 parent e5b5198 commit 2d0107f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.9" ]
python-version: [ "3.10" ]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand All @@ -94,7 +94,6 @@ jobs:
allow-softlinks: true
channel-priority: strict
auto-update-conda: true
conda-build-version: 3.21.4
activate-environment: test

- name: Conda info
Expand All @@ -108,6 +107,7 @@ jobs:
PKG_NAME=carculator_bus
USER=romainsacchi
conda install conda-build
conda install anaconda-client
mkdir ~/conda-bld
conda config --set anaconda_upload no
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -40,6 +40,7 @@ def package_files(directory):
package_data={
"carculator_bus": package_files(os.path.join("carculator_bus", "data"))
},
python_requires='>=3.10',
install_requires=[
"carculator_utils==1.2.0.dev3",
"prettytable",
Expand Down

0 comments on commit 2d0107f

Please sign in to comment.