Skip to content

Commit 545e7d5

Browse files
committed
fix: bumbing version to 3.11 so bdd works as expected.
1 parent a52daba commit 545e7d5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- name: Set up Python 3.10
10+
- name: Set up Python 3.11
1111
uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.10"
13+
python-version: "3.11"
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip
@@ -29,10 +29,10 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- uses: actions/checkout@v4
32-
- name: Set up Python 3.10
32+
- name: Set up Python 3.11
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: "3.10"
35+
python-version: "3.11"
3636
- name: Restore dependencies from cache
3737
uses: actions/cache@v3
3838
with:
@@ -50,10 +50,10 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v4
53-
- name: Set up Python 3.10
53+
- name: Set up Python 3.11
5454
uses: actions/setup-python@v5
5555
with:
56-
python-version: "3.10"
56+
python-version: "3.11"
5757
- name: Restore dependencies from cache
5858
uses: actions/cache@v3
5959
with:
@@ -73,10 +73,10 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- uses: actions/checkout@v4
76-
- name: Set up Python 3.10
76+
- name: Set up Python 3.11
7777
uses: actions/setup-python@v5
7878
with:
79-
python-version: "3.10"
79+
python-version: "3.11"
8080
- name: Restore dependencies from cache
8181
uses: actions/cache@v3
8282
with:

0 commit comments

Comments
 (0)