Skip to content

Commit d9e0e03

Browse files
committed
Merge remote-tracking branch 'origin/pre-release'
2 parents d048063 + 8869f2e commit d9e0e03

File tree

1,359 files changed

+511093
-194719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,359 files changed

+511093
-194719
lines changed

.github/workflows/python-package-install-linux-check.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Pyinterpolate pip dependencies installation test on windows
55

66
on:
77
push:
8-
branches: [ "main", "dev", "dependencies" ]
8+
branches: [ "main", "dev", "dependencies", "pre-release" ]
99
pull_request:
10-
branches: [ "main", "dev", "dependencies" ]
10+
branches: [ "main", "dev", "dependencies", "pre-release" ]
1111

1212
jobs:
1313
build:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -27,5 +27,4 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest
31-
pip install -r requirements.txt
30+
pip install .[dev]

.github/workflows/python-package-install-macos-check.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Pyinterpolate pip dependencies installation test on windows
55

66
on:
77
push:
8-
branches: [ "main", "dev", "dependencies" ]
8+
branches: [ "main", "dev", "dependencies", "pre-release" ]
99
pull_request:
10-
branches: [ "main", "dev", "dependencies" ]
10+
branches: [ "main", "dev", "dependencies", "pre-release" ]
1111

1212
jobs:
1313
build:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -27,5 +27,4 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest
31-
pip install -r requirements.txt
30+
pip install .[dev]

.github/workflows/python-package-install-windows-check.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Pyinterpolate pip dependencies installation test on windows
55

66
on:
77
push:
8-
branches: [ "main", "dev", "dependencies" ]
8+
branches: [ "main", "dev", "dependencies", "pre-release" ]
99
pull_request:
10-
branches: [ "main", "dev", "dependencies" ]
10+
branches: [ "main", "dev", "dependencies", "pre-release" ]
1111

1212
jobs:
1313
build:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v4
@@ -27,5 +27,4 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest
31-
pip install -r requirements.txt
30+
pip install .[dev]

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# Specific folders *
2-
eo/
3-
scripts/
4-
new_concepts/
1+
functional_tests/
2+
dev/
53

64
# OS generated files #
75
.DS_Store

0 commit comments

Comments
 (0)