Skip to content

Commit

Permalink
Back to 3.10?
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Jan 25, 2023
1 parent 424408f commit 92c26db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pythonpath =
.

# Python version (major.minor) of the target code.
python_version = 3.9
python_version = 3.10

# Bind @property methods to the classes they're defined on for more precise
# type-checking. This flag is temporary and will be removed once this behavior
Expand Down

0 comments on commit 92c26db

Please sign in to comment.