Skip to content

Commit

Permalink
Merge pull request #381 from dimagi/fix-test
Browse files Browse the repository at this point in the history
change python to 3.9
  • Loading branch information
czue authored Dec 6, 2023
2 parents 0586a8a + b4d676b commit 847d9e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
db: [mysql]
python-version:
- 3.8
- 3.9
include:
- db: mysql
db_port: 3306
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Setting up a development environment

Before getting started you will need to install:

- [Python 3.8](https://www.python.org/downloads/)
- [Python 3.9](https://www.python.org/downloads/)
- [Virtualenv](https://virtualenv.pypa.io/en/stable/) and [Virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/)
- [git](https://git-scm.com/downloads)
- [MySQL 5.7](https://dev.mysql.com/downloads/mysql/5.7.html)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements.in
Expand Down

0 comments on commit 847d9e3

Please sign in to comment.