Skip to content

Commit 726bade

Browse files
diegorussohugovk
andauthored
Bump a few dependencies to make it work with main (3.15) (#417)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent faec338 commit 726bade

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,35 +21,35 @@ jobs:
2121
matrix:
2222
# Test all supported versions on Ubuntu:
2323
os: [ubuntu-latest, ubuntu-24.04-arm]
24-
python: ["3.10", "3.11", "3.12", "3.13"]
24+
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2525
experimental: [false]
2626
build: ['']
2727
include:
2828
# As the experimental task for the dev version.
2929
- os: ubuntu-latest
30-
python: "3.13"
30+
python: "3.14"
3131
experimental: true
3232
build: 'free-threading'
3333
- os: ubuntu-24.04-arm
34-
python: "3.13"
34+
python: "3.14"
3535
experimental: true
3636
build: 'free-threading'
3737
- os: ubuntu-latest
38-
python: "3.14-dev"
38+
python: "3.15-dev"
3939
experimental: true
4040
- os: ubuntu-latest
41-
python: "3.14-dev"
41+
python: "3.15-dev"
4242
experimental: true
4343
build: 'free-threading'
4444
# Also test PyPy, macOS, and Windows:
4545
- os: ubuntu-latest
4646
python: pypy-3.11
4747
experimental: false
4848
- os: macos-latest
49-
python: "3.13"
49+
python: "3.14"
5050
experimental: true
5151
- os: windows-latest
52-
python: "3.13"
52+
python: "3.14"
5353
experimental: false
5454
steps:
5555
- uses: actions/checkout@v4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
chameleon==3.9.1
1+
chameleon==4.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
greenlet==3.1.0
1+
greenlet==3.2.4
22
sqlalchemy==1.4.19
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
greenlet==3.1.0
1+
greenlet==3.2.4
22
sqlalchemy==1.4.19
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tornado==6.2
1+
tornado==6.5.2

0 commit comments

Comments
 (0)