Skip to content

Commit

Permalink
feat: add python 3.13 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisK authored Oct 29, 2024
1 parent 75e4535 commit 7ab8f5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "3.7","3.8","3.9","3.10","3.11","3.12" ]
version: [ "3.7","3.8","3.9","3.10","3.11","3.12","3.13" ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions 3.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM python:3.13.0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ started.

| Python version | |
|----------------|----|
| `^3.13.0` | 🟢 |
| `^3.12.4` | 🟢 |
| `^3.11.2` | 🟢 |
| `^3.10.10` | 🟢 |
Expand Down Expand Up @@ -63,7 +64,7 @@ started.
| MSSQL ([see](#mssql-beta)) | |
|----------------------------|----|
| `>=2022` | 🟠 |
| `^2019-CU23-ubuntu-20.04` | 🟠 |
| `^2019-CU23-ubuntu-20.04` | 🟢 |
| `<=2017` | 🟠 |

*️⃣ Additional step required see: [Error creating the test database](#error-creating-the-test-database)
Expand Down

0 comments on commit 7ab8f5a

Please sign in to comment.