Skip to content

Commit 3dc493c

Browse files
authored
Merge pull request #50 from jedymatt/48-add-support-for-python-311
Add 3.11 in workflow and setup.cfg
2 parents 0352fc0 + f366cc2 commit 3dc493c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
20+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
2121

2222
steps:
2323
- uses: actions/checkout@v3

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Programming Language :: Python :: 3.8
1818
Programming Language :: Python :: 3.9
1919
Programming Language :: Python :: 3.10
20+
Programming Language :: Python :: 3.11
2021
project_urls =
2122
Documentation = https://sqlalchemyseed.readthedocs.io/
2223
Source = https://github.com/jedymatt/sqlalchemyseed

0 commit comments

Comments
 (0)