Skip to content

Commit 6629645

Browse files
twd2moesoha
andauthored
Update version requirements (#642)
- Legacy opcodes are supported till MongoDB 5.0. - Python 3.6 is EOL. - Write versions without explicit string quotes is dangerous in YAML. --------- Co-authored-by: Soha Jin <[email protected]>
1 parent ffd9f95 commit 6629645

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
runs-on: ubuntu-latest
7575
strategy:
7676
matrix:
77-
python-version: [3.6, 3.7, 3.8, 3.9]
77+
python-version: ['3.7', '3.8', '3.9']
7878
services:
7979
rabbitmq:
8080
image: rabbitmq
8181
ports:
8282
- "5672:5672"
8383
mongodb:
84-
image: mongo
84+
image: mongo:5.0
8585
ports:
8686
- "27017:27017"
8787
steps:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ There is pre-built docker package at `vijos/vj4`. This is maintained by [@moesoh
4343

4444
#### Prerequisites
4545

46-
* [Python 3.6+](https://www.python.org/downloads/)
47-
* [MongoDB 3.0+, <3.6](https://docs.mongodb.org/manual/installation/)
46+
* [Python 3.7+, <=3.9](https://www.python.org/downloads/)
47+
* [MongoDB 3.0+, <=5.0](https://www.mongodb.com/docs/v5.0/installation/)
4848
* [Node.js 10.0+](https://nodejs.org/en/download/package-manager/)
4949
* [RabbitMQ](http://www.rabbitmq.com/)
5050

0 commit comments

Comments
 (0)