Skip to content

Commit c5b6329

Browse files
committed
Upgrade the fastapi version for tox environment
1 parent 920d78d commit c5b6329

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
env: py311-fastapi84
3333

3434
- python: "3.7"
35-
env: py37-fastapi99
35+
env: py37-fastapi100
3636
- python: "3.9"
37-
env: py39-fastapi99
37+
env: py39-fastapi100
3838
- python: "3.10"
39-
env: py310-fastapi99
39+
env: py310-fastapi100
4040
- python: "3.11"
41-
env: py311-fastapi99
41+
env: py311-fastapi100
4242

4343
steps:
4444
- uses: actions/checkout@v2

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tox]
22
envlist =
33
py{36,38,310,311}-fastapi68
4-
py{37,39,310,311}-fastapi{84,99}
4+
py{37,39,310,311}-fastapi{84,100}
55

66
[testenv]
77
deps =
8-
fastapi99: fastapi>=0.99.0
8+
fastapi100: fastapi>=0.100.0
99
fastapi84: fastapi<=0.84.0
1010
fastapi68: fastapi<=0.68.1
1111
-r{toxinidir}/tests/requirements.txt

0 commit comments

Comments
 (0)