Skip to content

Commit 88576ac

Browse files
committed
Mark support for Python 3.11
Travis previously gave an error, but Travis won't run for me anymore without paying, so I can't reproduce the issue. Tests pass in a python:3.11-slim docker container. Fixes #97
1 parent 92596f2 commit 88576ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
- '3.8'
1010
- '3.9'
1111
- '3.10'
12-
#- '3.11'
12+
- '3.11'
1313
- '3.12-dev'
1414

1515
install:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers =
1818
Programming Language :: Python :: 3.8
1919
Programming Language :: Python :: 3.9
2020
Programming Language :: Python :: 3.10
21+
Programming Language :: Python :: 3.11
2122
Topic :: Software Development :: Libraries :: Python Modules
2223
keywords = email address validator
2324

0 commit comments

Comments
 (0)