Skip to content

Commit

Permalink
Upgrade Django
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Feb 25, 2024
1 parent 73bbb97 commit 0488861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
matrix:
os: [ubuntu-latest]
# In future we can add [macos-latest, windows-latest]
python-version: [3.9]
python-version: ['3.10']
folder: ["api_server"]
services:
postgres:
Expand Down
4 changes: 2 additions & 2 deletions api_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PurpleCaffeine API backend: API for tracking of quantum programs and experiments


![Platform](https://img.shields.io/badge/Platform-Linux%20%7C%20macOS%20%7C%20Windows-informational)
[![Python](https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-informational)](https://www.python.org/)
[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%200.34.2-6133BD)](https://github.com/Qiskit/qiskit)
[![Python](https://img.shields.io/badge/Python-3.10-informational)](https://www.python.org/)
[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%201.0.0-6133BD)](https://github.com/Qiskit/qiskit)
[![License](https://img.shields.io/github/license/qiskit-community/quantum-prototype-template?label=License)](https://github.com/IceKhan13/purplecaffeine/blob/main/LICENSE)
[![Code style: Black](https://img.shields.io/badge/Code%20style-Black-000.svg)](https://github.com/psf/black)

Expand Down
2 changes: 1 addition & 1 deletion api_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.2.7
Django==5.0.2
djangorestframework==3.14.0
psycopg2-binary==2.9.9
tzdata==2024.1
Expand Down

0 comments on commit 0488861

Please sign in to comment.